In SQL, the ____ command is used to recompile a view

In SQL, the ____ command is used to recompile a view Correct Answer CRFATE VIEW

In SQL, a view is a virtual table based on the result - set of an SQL statement. A view always shows up - to - date data! The database engine recreates the data, using the view’s SQL statement, every time a user queries a view.
Bissoy MCQ

Related Questions

In SQL, the ___ command is used to recompile a view.
Which of the following command(s) is(are) used to recompile a stored procedure in SQL?
In SQL, which command is used to SELECT only one copy of each set of duplicable rows
In SQL, which command is used to add new rows to a table?
What SQL command can be used to delete columns from a table?
What SQL command can be used to add columns to a table?
In SQL, which command(s) is(are) used to enable/disable a database trigger?