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 <abdelrahman.badreldeen@scratchpay.com>
This commit is contained in:
Abdelrahman Badreldeen 2020-06-01 11:48:30 +02:00 committed by GitHub
parent 1a3d9e688d
commit a1099473cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8897,6 +8897,13 @@ A single data source (at least usually) which is stored in a raw format.
<summary>What is OLAP (Online Analytical Processing)?</summary><br><b>
</b></details>
<details>
<summary>What is an index in a database?</summary><br><b>
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.
</b></details>
## Regex
Given a text file, perform the following exercises