answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

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 table command of SQL lets you drop a table from database . The database requires you to empty a table before you eliminate from the database. But there is a condition for dropping a table ; it must be an empty table.


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