Administrative MySQL Commands

 0    6 tarjetas    sir
descargar mp3 imprimir jugar test de práctica
 
término definición
This will be used to select a database in the MySQL workarea.
empezar lección
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
empezar lección
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
empezar lección
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
empezar lección
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
empezar lección
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
empezar lección
Reports details of the MySQL DBMS perfor inglés
SHOW TABLE STATUS LIKE tablename\G

Debes iniciar sesión para poder comentar.