The SQL function COUNT ________.
A) counts the number of columns in a table
B) counts the number of rows in a table
C) counts the number of tables in a database
D) counts the number of updates to a database
When dropping a foreign key column from a table, which of the following steps is (are)
included in the process? (The order of the steps listed below is not relevant, only the
steps themselves.)
A) Drop the foreign key constraint from the table
B) Drop the foreign key column from the table
C) Drop the primary key in the other table referenced by the referential integrity
constraint
D) Both A and B are correct