From a1099473cf2fe5bbdc9f0ac87c7684d3285dd31e Mon Sep 17 00:00:00 2001 From: Abdelrahman Badreldeen Date: Mon, 1 Jun 2020 11:48:30 +0200 Subject: [PATCH] Added question "What is an index in a database?" (#88) * change AWS image extension from jpg to png * add index question in DB section Co-authored-by: Abdelrahman Badreldeen --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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