adplus-dvertising
frame-decoration

Question

What can be used to check for views that have been invalidated by DROP or ALTER operations?

a.

CREATE TABLE

b.

VERIFY TABLE

c.

DETAILS TABLE

d.

CHECK TABLE

Answer: (d).CHECK TABLE

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What can be used to check for views that have been invalidated by DROP or ALTER operations?

Similar Questions

Discover Related MCQs

Q. Which of the following does not support a materialized view?

Q. To perform a delete on a single-table, how is the name of a column qualified?

Q. A multiple-table delete can apply any join.

Q. Qualifying the name of column with the table name is not necessary in single-table updates.

Q. UPDATE statement is a DML statement. What does DML stand for?

Q. Which keyword in the UPDATE statement is used to assign values to columns?

Q. Which keyword is used to delete all the rows from the table?

Q. What is known as the set of SQL statements that either executes successfully or none of them have an effect?

Q. What is generally done after the transactions are executed successfully?

Q. What is generally done if an error occurs during the transaction?

Q. What does ā€˜Aā€™ stand for in the ACID property of transactions?

Q. What does ā€˜Cā€™ stand for in the ACID property of transactions?

Q. What is the command to disable autocommit and launch a transaction?

Q. Transactional processing provides strong guarantees about the outcome of operations.

Q. Transactional processing requires lesser overhead due to CPU cycles and memory.

Q. What is the durability property of transactions?

Q. How many storage engines among the following are transaction-safe?

InnoDB, Falcon, MyISAM, MEMORY

Q. Which key declares that an index in one table is related to that in another?

Q. Foreign keys cannot handle deletes and updates.

Q. Deletion of an employee from table also deletes that employee from another table. This kind of delete is called ____________