创建数据表使用以下哪项( )
A. create mytest(...)
B. create table mytest(...)
C. table mytest(...)
D. create database mytest(...)
查看数据库中的表,使用( )。
A. SHOW TABLES
B. SELECT TABLES
C. DESC TABLES
D. GET TABLES
查看表结构使用以下( )项?
A. SELECT
B. ALTER
C. DESC
D. FIND
查询表的创建语句,使用
A. create databae表名;
B. show tables;
C. select * from 表名;
D. show create table 表名;