
DBMS CA-1
Quiz by Yashaswini B M
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
If we have not specified ASC or DESC after a SQL ORDER BY clause, the following is used by default
Which operator is used to compare the NULL values in SQL?
Which statement is used to get all data from the student table whose name starts with p?
Which of the following gives a logical structure of the database graphically?
Minimal Superkeys are called
Which of the following in true regarding Referential Integrity?
A _________ integrity constraint requires that the values appearing in specified attributes of any tuple in the referencing relation also appear in specified attributes of at least one tuple in the referenced relation.
Which of the following can replace the below query?
SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;
_______ produces the relation that has attributes of R1 and R2.
Consider the join of a relation R with relation S. If R has m tuples and S has n tuples, then the maximum size of join is: