You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8897,6 +8897,13 @@ A single data source (at least usually) which is stored in a raw format.
8897
8897
<summary>What is OLAP (Online Analytical Processing)?</summary><br><b>
8898
8898
</b></details>
8899
8899
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
+
8900
8907
## Regex
8901
8908
8902
8909
Given a text file, perform the following exercises
0 commit comments