REFRESH TABLE
Description
REFRESH TABLE
statement invalidates the cached entries, which include data
and metadata of the given table or view. The invalidated cache is populated in
lazy manner when the cached table or the query associated with it is executed again.
Syntax
Parameters
table_identifier
-
Specifies a table name, which is either a qualified or unqualified name that designates a table/view. If no database identifier is provided, it refers to a temporary view or a table/view in the current database.
Syntax:[ database_name. ] table_name