Q.1.
______________ is a set of one or more attributes taken collectively to uniquely identify a record.
Q.2.
Which command is used to remove a relation from an SQL?
Q.3.
Which of the following set should be associated with weak entity set for weak entity to be meaningful?
Q.4.
Which of the following command is correct to delete the values in the relation teaches?
Q.5.
Procedural language among the following is __________
Q.6.
_________________ operations do not preserve non-matched tuples.
Q.7.
Which forms have a relation that contains information about a single entity?
Q.8.
The top level of the hierarchy consists of ______ each of which can contain _____.
Q.9.
_______ indicates the maximum number of entities that can be involved in a relationship.
Q.10.
The user IDs can be added or removed using which of the following fixed roles?
Q.11.
Why the following statement is erroneous? SELECT dept_name, ID, avg (salary) FROM instructor GROUP BY dept_name;
Q.12.
The traditional storage of data organized by the customer, stored in separate folders in filing cabinets is an example of ______________ type of ‘database’ management system.
Q.13.
After groups have been established, SQL applies predicates in the ___________ clause, allowing aggregate functions to be used.
Q.14.
Which of the following is not the utility of DBMS?
Q.15.
What does a foreign key combined with a primary key create?
Q.16.
Which of the following is correct according to the technology deployed by DBMS?
Q.17.
Which of the following is correct regarding the file produced by a spreadsheet?
Q.18.
What is the function of the following command? CREATE ROLE rGRANT SELECT, INSERT ON oe. orders TO rGRANT r1 TO scott; GRANT SELECT ON oe. orders TO scott; REVOKE SELECT ON oe.orders FROM scott;
Q.19.
______ resembles Create view.
Q.20.
The query specifying the SQL view is said to be updatable if it meets which of the following conditions?