Skip to content

Commit a109947

Browse files
Added question "What is an index in a database?" (bregman-arie#88)
* change AWS image extension from jpg to png * add index question in DB section Co-authored-by: Abdelrahman Badreldeen <abdelrahman.badreldeen@scratchpay.com>
1 parent 1a3d9e6 commit a109947

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8897,6 +8897,13 @@ A single data source (at least usually) which is stored in a raw format.
88978897
<summary>What is OLAP (Online Analytical Processing)?</summary><br><b>
88988898
</b></details>
88998899

8900+
8901+
<details>
8902+
<summary>What is an index in a database?</summary><br><b>
8903+
8904+
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.
8905+
</b></details>
8906+
89008907
## Regex
89018908

89028909
Given a text file, perform the following exercises

0 commit comments

Comments
 (0)