answersLogoWhite

0

What is a delete query?

Updated: 9/22/2023
User Avatar

Wiki User

10y ago

Best Answer

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

A delete query can delete some or all of the records from a table. You can choose which ones to delete by using criteria, like choosing to remove all records that have a date beyond a certain point, or all the staff working in a particular department etc.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a delete query?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What query will delete all the records satisfying the criteria enter in the query?

A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.


If you delete query does it delete the original information in the table?

Your question is unclear. If you mean if you delete a query, then it does not affect the data in the table. Deleting any kind of query does not affect the data in any table it uses. If you mean if you run a Delete query, then yes the data in the table will be deleted. That is what Delete queries are for.


What kind of query can change the contents of a table A selection query cannot?

There are several types that can do it. A Delete Query, an Update Query and an Append Query can. You can also create and delete entire tables with queries.


How do you delete a field in Design view?

Whether you are designing a table or a query, select the field by clicking beside it in a table or above it in a query, so that it is highlighted. Then press the delete key.


What adds deletes or changes data in a table?

delete query


How do you delete a field from a query in access?

Right click the column heading. Then click delete field from the shortcut menu.


What is a query used for on a database?

A query is used to retrieve specific information or data from a database based on specific criteria. It allows users to search, filter, and retrieve data that meets their requirements. Queries can also be used to update or modify existing data in the database.


How do you delete query explorer i have Google Chrome and when i use the url bar Google search engine it goes to query explorer and i don't want it how do you delete it?

Go to computer, then Program Files and look for Query Explorer. Then click uninstall. You can also go to Add Programs in the Control Panel and delete it that way. Remember to let the computer reboot after you've uninstalled the program.


Microsoft Access wildcard character removal?

delete 'Like' from the query/filter


What is the Difference between transaction and query?

The query is simple set of insert,update,delete statement where as transaction is a set of statement which follows ACID properties.


What are the parts of a basic SQL query?

The basic parts of a SQL Select query are: SELECT column names FROM table name WHERE conditions ORDER BY column names The basic parts of an insert query would be: INSERT INTO table name (VALUES) The basic parts of a delete query would be DELETE FROM table name WHERE conditions The basic parts of an update query would be UPDATE TABLE table name SET column name = value WHERE conditions


What is the use of execute non query in c?

It is not C, it's SQL. Non-query means DML (INSERT, UPDATE, DELETE) and DDL (eg CREATE TABLE).