你要关闭SALES表中UNIT_PRICE列的非NULL约束。下列哪个语句能完成这个操作?()
A、alter table sales modify(unit_prices null)
B、alter table sales modify(unit_prices not null)
C、alter table sales add(unit_prices null)
D、alter table sales add(unit_prices not null)
A、alter table sales modify(unit_prices null)
B、alter table sales modify(unit_prices not null)
C、alter table sales add(unit_prices null)
D、alter table sales add(unit_prices not null)
A、在Desktop1设置Sales文件夹的临时文件为永久的保存文件的临时文件,在Portable1,在脱机文件表中选中登陆时同步脱机文件选项 B、在Desktop1设置Sales文件夹的临时文件为自动的保存文件和程序的临时文件,在Portable1,在脱机文件表中选中登陆时同步脱机文件选项 C、在Portable1,右击Sales文件夹,并选中脱机可用 D、在Portable1,右击Sales文件夹,并选中制定网络驱动
A、赋予Julie对共享文件夹允许修改的权限 B、赋予Sales组允许修改NTFS的权限 C、赋予Julie对共享文件夹全权控制的权限 D、赋予Sales组允许创建文件和修改NTFS数据的权限
A、创建一个新的表,并且移动被最时常访问到的这个表的列。在两个表中保存DepartmentID列。在源表和新的表上创建一个视图。在新的表联结列上加入的一个外键约束。 B、创建一个新的表,并且移动被最时常访问到的这个表的列。在两个表中保存DepartmentID列.在源表和新的表上创建一个视图。在两个表的DepartmentID列上加入一个CHECK约束。 C、为每个部门创建一个新的表,而且为每个部门将售卖信息移动到那部门的表中。在新表的DepartmentID列上加入的一个CHECK约束。在新表上创建一个视图。 D、为每个部门创建一个新的表,而且为每个部门将售卖信息移动到那部门的表中。在新表上创建一个视图。在视图的DepartmentID列上加入一个CHECK约束。 E、为部门创建一个接受一个输入叁数的存储过程。使用该存储过程返回来自Sales表的结果。
A、使用delete语句从表中还原数据 B、使用truncatetable语句从表中还原数据 C、使用droptable语句从表中还原数据 D、使用一个可更新的游标访问和还原表中的毎一行数据
A、删除外键,用脚本导入数据,重新创建外键 B、创建一个CHECK约束 C、创建一个DML INSTEAD OF触发器,将错误记录写入文件或表中 D、创建一个DML AFTER触发器,将错误纪录写入文件或表中
A、Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the domain. B、Configure the GPO to assign the application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location. C、Configure the GPO to publish the application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location. D、Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the Sales organizational unit in each location.
A、delete from sales B、delete profits from sales where product_type=’TOYS’ C、delete from sales where product_type=’ToYS’ D、update sales set profits=null where product_type=’TOYS’