Q.1.
Which of the following levels is considered as the level closed to the end-users?
Q.2.
Which one of the following command is used to delete the existing row in a table?
Q.3.
A DBMS makes it possible for users to:-
Q.4.
SQL Query to delete all rows in a table without deleting the table (structure, attributes, and indexes)
Q.5.
The term "Data independence" refers to____
Q.6.
The term "SQL" stands for
Q.7.
Which of the following refers collection of the information stored in a database at a specific time?
Q.8.
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Q.9.
Which one of the following commands is used to restore the database to the last committed state?
Q.10.
For what purpose the DML is provided?
Q.11.
Which of the following commands is used to save any transaction permanently into the database?
Q.12.
Which one of the following refers to the total view of the database content?
Q.13.
The Database Management Query language is generally designed for the _____
Q.14.
Which one of the following commands is used for removing (or deleting) a relation forms the SQL database?
Q.15.
Which of the following keys is generally used to represents the relationships between the tables?
Q.16.
Data redundancy occurs
Q.17.
In the given query which of the keyword has to be inserted?
Q.18.
SELECT * FROM employee WHERE dept_name="Comp Sci";In the SQL given above there is an error . Identify the error.
Q.19.
Which of the following is the most important feature of DBMS:
Q.20.
Which of the following is NOT Advantages of DBMS