注:一個數(shù)據(jù)庫小白的成長之路
USE cashcourse;: 選擇數(shù)據(jù)庫cashcourse
SHOW databases;: 顯示可以選擇的數(shù)據(jù)庫
SHOW tables;: 顯示數(shù)據(jù)庫內(nèi)可以選擇的表
SHOW columns FROM customers;或DESCRIBE customers;:描述表customers
注:一個數(shù)據(jù)庫小白的成長之路
USE cashcourse;: 選擇數(shù)據(jù)庫cashcourse
SHOW databases;: 顯示可以選擇的數(shù)據(jù)庫
SHOW tables;: 顯示數(shù)據(jù)庫內(nèi)可以選擇的表
SHOW columns FROM customers;或DESCRIBE customers;:描述表customers