REFRESH TABLE

    1. -- The cached entries of the table will be refreshed
    2. REFRESH TABLE tbl1;
    3. REFRESH TABLE tempDB.view1;