Remove Tables, Views, or Functions from a Query

You can remove a table, view, or function from a query.

Note   Removing a table, view, or function does not delete anything from the database; it only removes it from the current query.

When you remove a table, view, or function, the Query Designer automatically removes joins that involve that table, view, or function and removes references to the object’s columns in the SQL and Grid panes. However, if the query contains complex expressions involving the object, the object is not automatically removed until all references to it are removed.