Administrative MySQL Commands

 0    6 flashcards    sir
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
This will be used to select a database in the MySQL workarea.
öğrenmeye başla
USE Databasename
Lists out the databases that are accessible by the MySQL DBMS.
öğrenmeye başla
SHOW DATABASES
Shows the tables in the database once a database has been selected with the use command.
öğrenmeye başla
SHOW TABLES
Shows the attributes, types of attributes, key information, whether NULL is permitted, defaults, and other information for a table.
öğrenmeye başla
SHOW COLUMNS FROM tablename
Presents the details of all indexes on the table, including the PRIMARY KEY.
öğrenmeye başla
SHOW INDEX FROM tablename
Reports details of the MySQL DBMS performance and statistics.
öğrenmeye başla
Reports details of the MySQL DBMS perfor ingilizce
SHOW TABLE STATUS LIKE tablename\G

Yorum yapmak için giriş yapmalısınız.