一束沿x方向传播的简谐波,介质中的质元处在平衡位置时,弹性势能最大。
查看答案
下列选项中,( )语句可查看数据表的创建时间。
A. show tables
B. desc 数据表名
C. show table status
D. show create table 数据表名
若数据库中存在以下数据表,语句show tables like 'sh_'的结果为( )
A. fish
B. mydb
C. she
D. unshift
下面语法不能实现新增数据的是( )
A. insert 表名 value (值列表)
B. insert into 表名 value(值列表)
C. insert into 表名 values(值列表)
D. insert into 表名 (值列表)
语句alter table...modify添加( )可将字段调整为数据表的第1个字段。
A. first 字段名
B. first
C. after 字段名
D. after