Administrative MySQL Commands

 0    6 flashcards    sir
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
This will be used to select a database in the MySQL workarea.
bắt đầu học
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
bắt đầu học
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
bắt đầu học
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
bắt đầu học
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
bắt đầu học
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
bắt đầu học
Reports details of the MySQL DBMS perfor bằng tiếng anh
SHOW TABLE STATUS LIKE tablename\G

Bạn phải đăng nhập để đăng bình luận.