Administrative MySQL Commands

 0    6 fiche    sir
baixar mp3 Imprimir jogar verifique-se
 
questão resposta
This will be used to select a database in the MySQL workarea.
começar a aprender
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
começar a aprender
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
começar a aprender
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
começar a aprender
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
começar a aprender
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
começar a aprender
Reports details of the MySQL DBMS perfor inglês
SHOW TABLE STATUS LIKE tablename\G

Você deve entrar para postar um comentário.