How do you delete a database?
“DROP”
Which operator allows you to specify multiple values in a WHERE clause?
“IN”
Which operator selects values without a given range?
“BETWEEN”
Which operator returns TRUE if any of the sub query values meet the condition?
“ANY”
Which operator is used to test for the existence of any record in a subquery?
“EXISTS”
Which operator is used to display a result where a condition is not true?
“NOT”
What are the two types of participation in an entity?
Mandatory and Optional
What is a weak entity?
A table which uses a compound key rather than its own primary key.
How are weak entities shown in ER diagrams?
A double rectangle rather than a single one