Database Management Systems – Multiple Choice Questions (MCQs)
-
-
38. Which type of join returns only the rows where there is a match in both tables?
-
39. Which type of join returns all rows from the left table and matching rows from the right table?
-
40. Which type of join returns all rows from the right table and matching rows from the left table?
-
41. Which type of join returns all rows when there is a match in either left or right table?
-
42. What is a database transaction?
-
43. What does Consistency mean in ACID?
-
44. What does Isolation mean in ACID?
-
45. What does Durability mean in ACID?
-
46. What is concurrency control?
-
47. What is a lock in concurrency control?
-
48. What is a shared lock (read lock)?