211. How many join types in join condition:
Correct answer: (D)
5
212. How many tables in a join query have no join condition:
Correct answer: (A)
2
213. Which product is returned in a join query have no join condition:
Correct answer: (B)
Cartesian
214. Which is a join condition contains an equality operator:
Correct answer: (A)
Equijoins
215. Which command defines its columns, integrity constraint in create table:
Correct answer: (A)
Create command
216. It refers to set of one or more columns that designates the ___________ key in a referential integrity constraint:
Correct answer: (B)
Foreign key
217. Which constraint that requires that the column contain a value when it is initially inserted into the table:
Correct answer: (B)
NOT NULL
218. Which constraint that identifies a column or combination of columns as a unique key:
Correct answer: (C)
UNIQUE
219. Which command is use for removing a table and all its data from the database:
Correct answer: (B)
Drop table command
220. Which command that allows the removal of all rows from a table but flushes a table more efficiently since no rollback information is retained:
Correct answer: (A)
TRUNCATE command