Q.1.
Which of the following is the full form of RDBMS?
Q.2.
What is an RDBMS?
Q.3.
Does RDBMS have ACID properties?
Q.4.
What is a relation in RDBMS?
Q.5.
Which of the following systems use RDMS?
Q.6.
Dynamic hashing allows us to?
Q.7.
Which of the following constraints RDBS doesn’t check before creating the tables?
Q.8.
Which of the following is the correct option for the given query? SELECT DISTINCT name FROM RDBMS WHERE ID IS NOT NULL;
Q.9.
Which of the following is the correct output for the given query? (SELECT databaseid FROM RDBMS WHERE SECTION = 'c') EXCEPT (SELECT databaseid FROM RDBMS WHERE id < 10);
Q.10.
Which of the following commands do we use to delete a relation (RDBMS) from a database?
Q.11.
If RDBMSRDBMSRDBMS3 are attributes in a relation and S is another relation, which of the following is an incorrect specification of an integrity constraint?
Q.12.
Which of the following is the time of temporal data that record when a fact was recorded in a database?
Q.13.
________ deletes a data item from a database.
Q.14.
What is the result of the following query? SELECT studentdatabasename FROM RDBMS WHERE marks > SOME (SELECT marks FROM student WHERE SECTION = 'c');
Q.15.
________ is a predicate that we expect the database to always satisfy
Q.16.
Which of the following is a good database management practice?
Q.17.
What is an Instance of a Database?
Q.18.
The schema for the relationship set linking a weak entity set to its corresponding strong entity set is redundant.
Q.19.
Which of the following information does the database system catalog store?
Q.20.
If the database modifications occur while the transaction is still active, the transaction is said to use the __________ modification technique