Skip to content

Commit 2cbec61

Browse files
committed
adding new question to database engineering
1 parent 3663f01 commit 2cbec61

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,6 +1716,9 @@
17161716
| 5 | [What are the four Isolation levels?](#what-are-the-four-isolation-levels)
17171717
| 6 | [Which isolation levels can prevent problems that occur in read phenomena?](#which-isolation-levels-can-prevent-problems-that-occur-in-read-phenomena)
17181718
| 7 | [What does Eventually Consistent Mean?](#what-does-eventually-consistent-mean)
1719+
| 8 | [What is indexing in SQL?](#what-is-indexing-in-sql)
1720+
| 9 | [How does SQL create an Index?](#how-does-sql-create-an-index)
1721+
| 10 | [What is difference between index scan and index only scan?](#what-is-difference-between-index-scan-and-index-only-scan)
17191722

17201723
1. ### What is ACID Model in Database?
17211724

sentence_to_hashing_converter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ function hashing(num=0,str) {
2020
return `| ${num} | [${str}?](#${hashed})`
2121
}
2222

23-
console.log(hashing(27,'Why are goroutines light-weight'));
23+
console.log(hashing(10,'What is difference between index scan and index only scan'));

0 commit comments

Comments
 (0)