DBMS TEST2

Is this your test? Login to manage it. If not, you can develop an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Which of the following is/are the Database server functions?
i) Data management ii) Transaction management
iii) Compile queries iv) Query optimization





2.
1 point
……………… table store information about database or about the system.





3.
1 point
......... command can be used to modify a column in a table

A. alter

B. update

C. set

D. create
4.
1 point
................ provides option for entering SQL queries as execution time, rather than at the development stage.





5.
1 point
…………… database is used as template for all databases created.







6.
1 point
………………….. operator is basically a join followed by a project on the attributes of first relation.


7.
1 point
In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?





8.
1 point
The database schema is written in

9.
1 point
What are the different events in Triggers?






10.
1 point
State true or false.
i) Select operator is not a unary operator.
ii) Project operator chooses subset of attributes or columns of a relation.






11.
1 point
A primary key if combined with a foreign key creates





12.
1 point
The language that requires a user to specify the data to be retrieved without specifying exactly how to get it is




13.
1 point
……………… clause is an additional filter that is applied to the result.

A) Select

B) Group-by

C) Having

D) Order by
14.
1 point
……………..specifies a search condition for a group or an aggregate.






15.
1 point
Which is the subset of SQL commands used to manipulate Oracle Database Structures, including tables?





16.
1 point
Grant and revoke are ....... statements.
17.
1 point
......... keyword is used to find the number of values in a column.





18.
1 point
……………… defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.







19.
1 point
What operator tests column for the absence of data?







20.
1 point
Which of the syntax is correct for insert statement?
i) insert into values
ii) insert into (column list) values