下列语句可以显示数据库test中的表名的包括( )。
A: SHOW test.TABLES;
B: SHOW TABLES IN test;
C: USE test;SHOW TABLES;
A: SHOW test.TABLES;
B: SHOW TABLES IN test;
C: USE test;SHOW TABLES;
举一反三
- 下列正确的命令是( ) A: show tables; B: show columns; C: create database test; D: show databases;
- 要使数据库TEST作为当前数据库,相应的语句为( ) A: IN TEST B: SHOW TEST C: USER TEST D: USE TEST
- 使用()命令可以查看当前数据库中已创建的数据表? A: show tables; B: show tables C: show table D: show table;
- 可以使用SHOW TABLES查看数据库中的表
- 查看sqlite3中的数据库有几张表的命令是 A: table B: tables C: show table D: show tables