【多选题】为了防止气门弹簧工作时产生共振采取的方法有( )三种。
【简答题】在SQL Server 2000中,现要在employees表的first_name和last_name列上建立一个唯一的非聚集复合索引,其中first_name列数据的重复率是5%,last_name列数据的重复率是10%。请补全下列语句使以first_name和last_name列作为条件的查询效率最高。 CREATE UNIQUE NONCLUSTERED INDEX Idx_Name ON...
【判断题】Without import license, goods can not be imported into China.
【单选题】不改变教学的要求,而为学生实现提供课文的结构图,这属于( )
【单选题】employees表结构些如下: PLOYEE_ID NUMBER Primary Key RST_NAME VARCHAR2(25) ST_NAME VARCHAR2(25) NOT NULL 哪条语句正确插入employees一条记录?
A.
INSERT INTO employees VALUES ( NULL, ‘John’,’Smith’);
B.
INSERT INTO employees VALUES (’1000’,’John’,’’);
C.
INSERT INTO employees (employee_id) VALUES (1000);
D.
INSERT INTO employees(first_name,last_name, employee_id) VALUES (’John’,’Smith’,1000);
【单选题】程序清单如下: create view v_employees(number, name, age, sex, salary) as select number, name, age, sex, salary from employees where name=’张三’ Insert into v_employees Values(001,’李力’,22,’m’,2000) 以下说法...
A.
创建一个基于表employees的新视图v_employees。
B.
向表employees中添加一条新的数据记录
C.
该语句是错误的,不能向视图插入数据,视图不是真正的表
D.
v_employees含有number, name, age, sex, salary字段
【判断题】Import license can be bought, sold, transferred, altered and forged.
【多选题】Can you fnd the expressions related to after-school activities ?
【判断题】在班轮运输中包括装卸费,船货双方不计滞期费和速遣费。
【判断题】The customs supervision code O stands for automatic import license.