351. How many general rules in a relational model and being general rules these are applicable to all database:
Correct answer: (A)
2
352. Which rules are know as ’entity integrity’ and ‘referential integrity’:
Correct answer: (A)
General
353. ___________ states that primary keys should not be null:
Correct answer: (A)
Entity integrity
354. Integrity constraints that do not fall under the preceding two integrity rules are referred to as ___________:
Correct answer: (D)
Database specific integrity rule
355. Which has support for specification of global rule applicable to the whole table:
Correct answer: (C)
Microsoft access2.0
356. In creating a table a row contains:
Correct answer: (B)
Record
357. In creating a table a column contains:
Correct answer: (B)
Record
358. Which have not have client/server architecture:
Correct answer: (C)
RDBMS
359. Which command creates database objects like tables views and indexes:
Correct answer: (A)
Create command
360. Which command enables alteration the data stored in existing records:
Correct answer: (B)
Update command