You can create the following types of queries in the Diagram and Grid panes (the graphical panes) of the Query Designer:
Note A Delete query removes entire rows from the table. If you want to delete values from individual data
In addition to the queries you can create using the graphical panes, you can enter any SQL statement into the SQL pane, such as
When you create queries using SQL statements that cannot be represented in the graphical panes, the Query Designer dims those panes to indicate that they do not reflect the query you are creating. However, the dimmed panes are still active and, in many cases, you can make changes to the query in those panes. If the changes you make result in a query that can be represented in the graphical panes, those panes are no longer dimmed.
For details about unsupported query types in SQL Server, see Query Designer Considerations for SQL Server Databases.
Creating Delete Queries | Creating Insert From Queries | Creating Update Queries | Creating Insert Into Queries | Creating Make Table Queries