diff --git a/README.md b/README.md index 2f6b70f..c02fe4d 100644 --- a/README.md +++ b/README.md @@ -8923,6 +8923,13 @@ A single data source (at least usually) which is stored in a raw format. What is OLAP (Online Analytical Processing)?
+ +
+What is an index in a database?
+ +A database index is a data structure that improves the speed of operations in a table. Indexes can be created using one or more columns, providing the basis for both rapid random lookups and efficient ordering of access to records. +
+ ## Regex Given a text file, perform the following exercises diff --git a/images/aws.jpg b/images/aws.png similarity index 100% rename from images/aws.jpg rename to images/aws.png