diff --git a/README.md b/README.md index 0ec5262..208a447 100644 --- a/README.md +++ b/README.md @@ -8897,6 +8897,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