中国大学MOOC: 关于下面代码段的说法错误的是( )。sql=@create table if not exists student(sID text,sName text,sAge integer); if (![db executeUpdate:sql]) { NSLog(@create table failed!); return; } NSLog(@create table successed!);
中国大学MOOC: 关于下面代码段的说法错误的是( )。sql=@create table if not exists student(sID text,sName text,sAge integer); if (![db executeUpdate:sql]) { NSLog(@create table failed!); return; } NSLog(@create table successed!);
关于下面代码段的说法错误的是()。sql=@"create table if not exists student(sID text,sName text,sAge integer)"; if (![db executeUpdate:sql]) { NSLog(@"create table failed!"); return; } NSLog(@"create table successed!"); A: SQL语句以字符串方式嵌入在OC代码中 B: if not exists用于判断数据库是否存在该同名表 C: executeUpdate用于执行任何SQL语句 D: SQL语句有语法错误时将在控制台中给出提示并返回
关于下面代码段的说法错误的是()。sql=@"create table if not exists student(sID text,sName text,sAge integer)"; if (![db executeUpdate:sql]) { NSLog(@"create table failed!"); return; } NSLog(@"create table successed!"); A: SQL语句以字符串方式嵌入在OC代码中 B: if not exists用于判断数据库是否存在该同名表 C: executeUpdate用于执行任何SQL语句 D: SQL语句有语法错误时将在控制台中给出提示并返回
使用SQL语句收回权限语句格式如下: (1) [权限] (2) [权限作用级别对象] (3) ' [用户名] ' (4) '主机标识';
使用SQL语句收回权限语句格式如下: (1) [权限] (2) [权限作用级别对象] (3) ' [用户名] ' (4) '主机标识';
SQL中,与“NOT IN”功能等价的运算符是( ) 未知类型:{'options': ['=SOME', '[]SOME', '=ALL', '[]ALL'], 'type': 102}
SQL中,与“NOT IN”功能等价的运算符是( ) 未知类型:{'options': ['=SOME', '[]SOME', '=ALL', '[]ALL'], 'type': 102}
SQL SERVER为用户提供了4个通配符,它们分别是:%、[]、()和____。
SQL SERVER为用户提供了4个通配符,它们分别是:%、[]、()和____。
SQL比较运算符不等于用()符号表示。 未知类型:{'options': ['[]', '!=', '>', '@='], 'type': 102}
SQL比较运算符不等于用()符号表示。 未知类型:{'options': ['[]', '!=', '>', '@='], 'type': 102}
SQL 语句中与NOT IN 等价的操作语句是( )。 未知类型:{'options': ['some', '[]some', '=ALL', '[]ALL'], 'type': 102}
SQL 语句中与NOT IN 等价的操作语句是( )。 未知类型:{'options': ['some', '[]some', '=ALL', '[]ALL'], 'type': 102}
在SQL中,与"NOT IN"等价的条件表达是( ) 未知类型:{'options': ['= SOME', '[] ALL', '[] SOME', 'NOT ALL'], 'type': 102}
在SQL中,与"NOT IN"等价的条件表达是( ) 未知类型:{'options': ['= SOME', '[] ALL', '[] SOME', 'NOT ALL'], 'type': 102}
在SQL语言中与“NOT IN”等价的操作是() 未知类型:{'options': ['[]ALL', '[]ANY', '=SOME', '=ALL'], 'type': 102}
在SQL语言中与“NOT IN”等价的操作是() 未知类型:{'options': ['[]ALL', '[]ANY', '=SOME', '=ALL'], 'type': 102}
在SQL语言中与“NOT IN”等价的操作是() 未知类型:{'options': ['[]ALL', '[]ANY', '=SOME', '=ALL'], 'type': 102}
在SQL语言中与“NOT IN”等价的操作是() 未知类型:{'options': ['[]ALL', '[]ANY', '=SOME', '=ALL'], 'type': 102}