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.

Related Questions

In SQL, the ___ command is used to recompile a view.
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?
SQL view is said to be updatable (that is, inserts, updates or deletes can be applied on the view) if which of the following conditions are satisfied by the query defining the view?