Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
MySQL Interview Questions
→
Advanced MySQL Interview Questions in MySQL Interview Questions
→
What are some of the common MySQL commands?
1.
What are some of the common MySQL commands?
Answer»
Command
Action
ALTER
To alter a database or table
BACKUP
To back-up a table
\c
To cancel Input
CREATE
To create a database
DELETE
To delete a row from a table
DESCRIBE
To describe a table's columns
DROP
To delete a database or table
EXIT(ctrl+c)
To exit
GRANT
To
CHANGE
user privileges
HELP (\h, \?)
DISPLAY
help
INSERT
Insert data
LOCK
Lock table(s)
QUIT(\q)
Same as EXIT
RENAME
Rename a Table
SHOW
List details about an object
SOURCE
Execute a file
STATUS (\s)
Display the current status
TRUNCATE
Empty a table
UNLOCK
Unlock table(s)
UPDATE
Update an
EXISTING
record
USE
Use a database
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
How to add users in MySQL?
What is BLOB in MySQL?
What are the Temporal Data Types in MySQL?
What are the String Data Types in MySQL?
What are the Numeric Data Types in MySQL?
How do you view a database in MySQL?
How to Delete Data From a MySQL Table?
How to create an Index in MySQL?
How do you remove a column from a database?
How do you Insert Data Into MySQL?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies