answersLogoWhite

0

How do you delete a table?

Updated: 10/3/2023
User Avatar

Wiki User

14y ago

Best Answer

Burn It!!!!!!!!!!!!!!![[User:69.74.224.11|69.74.224.11]] T-T

User Avatar

Wiki User

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

Wiki User

11y ago

Open the table in Design View. You can then select the field you want to get rid of and delete it. You can press the Delete key or choose from the options on the menu or ribbon to do that.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you delete a table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you delete pivot table in excel?

Select the entire table and press the Delete key.


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 is the command to delete?

Delete command is a DML. Syntax of delete command is delete from table_name where <>; It is to delete content of table.


What is a roll over state?

There are commands in database two delete data. Delete command delete the data from the table. DROP commands delete the whole table structure along with its data. To restore the deleted data we can use roll back command.There are two commands that we can use to delete the table or content of table. If we deleted wrong data by mistake , then we can restore it by using rollback command.


How do you delete cells in a table without deleting the information in the cell?

It need to export data in the table, for instance, as a string, and after that delete the table. edit mode


What if you delete a database table?

click undo to restore the table


Shortcut command used to delete a table column?

Delete column


How do you delete row in oracle table from vb?

you right click it and you scole down to delete row in oracle table that should work


When records are no longer needed what do you do to the table in access?

You "delete the records" from the table.


With SQL how can you delete the records where the FirstName is Peter in the Persons Table?

To delete records where FirstName is Peter in the Persons Table, you can use the following SQL query: DELETE FROM Persons WHERE FirstName = 'Peter';


How do you delete all table in a database?

Unless you want to drop (delete) the entire database, you will must delete tables individually. To delete tables individually, execute the query "SHOW TABLES" in your database which will return a list of all table names. Iterate through that resultset and execute "DROP TABLE {$table_name}"


How do you delete a data table from a worksheet?

Select the whole worksheet and press backspace/delete.