DBMS TEST2

Is this your test? Login to manage it. If not, you can generate a test just like it.

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

1.
1 point
............... joins are SQL server default
2.
1 point
………………… is preferred method for enforcing data integrity
3.
1 point
……………….. contains information that defines valid values that are stored in a column or data type.

4.
1 point
The number of tuples in a relation is called its …………. While the number of attributes in a relation is called it’s ………………..

5.
1 point
……… is a full form of SQL.
6.
1 point
To eliminate duplicate rows ……………… is used
7.
1 point
………………….. operator is basically a join followed by a project on the attributes of first relation.
8.
1 point
The database schema is written in

9.
1 point
............. is a special type of stored procedure that is automatically invoked whenever the data in the table is modified.
10.
1 point
State true or false
i) A candidate key is a minimal super key.

ii) A candidate key can also refer to as surrogate key.
11.
1 point
Which of the following SQL command can be used to modify existing data in a database table?
12.
1 point
…………….. is the complex search criteria in the where clause.
13.
1 point
The candidate key is that you choose to identify each row uniquely is called ……………..
14.
1 point
To change column value in a table the ......... command can be used.
15.
1 point
Grant and revoke are ....... statements.
16.
1 point
For like predicate which of the following is true.
i) % matches zero of more characters.
ii) _ matches exactly one character.

17.
1 point
.......... keyword is used to find the number of values in a column
18.
1 point
What are the different events in Triggers?
19.
1 point
Which of the syntax is correct for insert statement?
i) insert into values
ii) insert into (column list) values
20.
1 point
Which character function can be used to return a specified portion of a character string?
21.
1 point
The language that requires a user to specify the data to be retrieved without specifying exactly how to get it is
22.
1 point
Which can be used to delete all the rows if a table?
23.
1 point
………………. First proposed the process of normalization.

24.
1 point
…………….. is used to determine whether of a table contains duplicate rows.
25.
1 point
……………… clause is an additional filter that is applied to the result.

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

27.
1 point
Which of the following is/are the DDL statements
28.
1 point
……………… defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.
29.
1 point
DCL stands for
30.
1 point
The collection of information stored in a database at a particular moment is called as ......