单项选择题
删除表数据应该使用哪种语句格式?()
A.delete from 表名 where 条件
B.delete table from 表名 where 条件
C.delete from table 表名 where 条件
D.delete * from 表名 where 条件
点击查看答案&解析
相关考题
-
单项选择题
更新表数据应该使用哪种语句格式?()
A.update 表名into 列1=值1,列2=值2...where 条件
B.update table 表名set 列1=值1,列2=值2...where 条件
C.update 表名set 列1=值1,列2=值2...where 条件
D.update table 表名into 列1=值1,列2=值2...where 条件 -
单项选择题
DCL语言的作用描述正确的是()。
A.对事务进行处理
B.是数据操作语言
C.是指针控制语言
D.进行授权与权限回收 -
单项选择题
下面关于MySQL数据库连接的URL拼写格式正确的是()。
A.jdbc:mysql://hostname:port/database
B.jdbc:mysql:@hostname:port/database
C.jdbc/mysql:@hostname:port?database
D.jdbc/mysql://hostname:port?database
