单项选择题
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 条...
单项选择题更新表数据应该使用哪种语句格式?()
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.进行授权与权限回收
单项选择题DCL语言的作用描述正确的是()。
A.对事务进行处理B.是数据操作语言C.是指针控制语言D.进行授权与权限回收
下面关于MySQL数据库连接的URL拼写格式正确的是()。A.jdbc:mysql://hostname:po...
单项选择题下面关于MySQL数据库连接的URL拼写格式正确的是()。
A.jdbc:mysql://hostname:port/databaseB.jdbc:mysql:@hostname:port/databaseC.jdbc/mysql:@hostname:port?databaseD.jdbc/mysql://hostname:port?database