answersLogoWhite

0


Best Answer

Please refer to the related links section which points to the correct page of the on-line MYSQL manual.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command is used to remove a table in MySQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the role of the insert command in MySQL?

The INSERT statement in MySQL is used to add data to a table. The INSERT INTO command inserts one or more rows into a MySQL table. For single row insertion you need to use the following syntax: INSERT Into table_name(column_1,column_2,column_3) VALUES(value_1, value_2, value_3); To speed up the process, you can use additional MySQL database management tools. For example, in dbForge Studio for MySQL, you can use the Generate Script as feature to insert one or more rows into a MySQL table.


Which command can be used to view a routing table and add modify or remove static entries from the routing table?

route


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


What is drop command?

The "drop" command is typically used in programming or databases to remove a specific element or entity. For example, in SQL, you can use the "DROP TABLE" command to delete a table from a database. It is important to use this command carefully, as it permanently deletes the specified object.


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


What two methods can be used to remove MAC address table entries from a switch?

Power cycle the switch to clear all dynamically learned addresses, and the clear mac address table command will remove statically and dynamically configured table entires


Which command is used to remove an index from the database in SQL?

It may depend on what flavor of SQL, but whenever you want to get rid of something, DROP is generally your friend. DROP INDEX <indexname>; is likely to be the command needed, with various options depending on, again, exactly what flavor of SQL you're talking about.


What is command in DOS?

RD command is used to remove a directory (folder).


Which command is used to new table in the RDBMS?

In a relational database management system (RDBMS), the command for creating a new table is "CREATE TABLE". This is the standard in most SQL programs.


What command line interface command can be used to check the routing table of a router?

Showi ip route


What is RD command in MS-DOS?

RD command is used to remove a directory (folder).


Shortcut command used to delete a table column?

Delete column