Administrative MySQL Commands

 0    6 карточки    sir
скачать mp3 Печать играть Проверьте себя
 
Вопрос Ответ
This will be used to select a database in the MySQL workarea.
начать обучение
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
начать обучение
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
начать обучение
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
начать обучение
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
начать обучение
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
начать обучение
Reports details of the MySQL DBMS perfor на английском языке
SHOW TABLE STATUS LIKE tablename\G

Вы должны войти в свой аккаунт чтобы написать комментарий.