证件上同时出现“Name”、“Full name”和“First name”,且无护照资料页下方的机读码可供参照的,则()。A、“Name”或“Full name”为其姓,“First name”为名B、“Name”或“Full name”为其名,“First name”为姓C、全输入英文姓中D、全输入英文名中

题目

证件上同时出现“Name”、“Full name”和“First name”,且无护照资料页下方的机读码可供参照的,则()。

  • A、“Name”或“Full name”为其姓,“First name”为名
  • B、“Name”或“Full name”为其名,“First name”为姓
  • C、全输入英文姓中
  • D、全输入英文名中

相似考题
更多“证件上同时出现“Name”、“Full name”和“First name”,且无护照资料页下方的机读码可供参照的,则()。A、“Name”或“Full name”为其姓,“First name”为名B、“Name”或“Full name”为其名,“First name”为姓C、全输入英文姓中D、全输入英文名中”相关问题
  • 第1题:

    What’s the full name of the UK?
    It is the United Kingdom of Great Britain and Northern Ireland.

  • 第2题:

    如果希望更新表authors中的first_name列为非空,那么可以使用哪个语句?()

    • A、alter table authors add first_name not null
    • B、alter table authors modify first_name not null
    • C、alter table authors alter first_name not null
    • D、alter table authors drop first_name not null

    正确答案:B

  • 第3题:

    The way in which people address each other depends on their age, sex, social group and personal relationship. The English system of address forms frequently used includes first name, last name, title+last name, (), and kin term.

    • A、title+first name
    • B、title+title
    • C、title alone
    • D、first name+last name+title

    正确答案:C

  • 第4题:

    证件资料页上出现“Middle name”时,在录入时应()。

    • A、添加至“Given name”的前面
    • B、添加至“Given name”的后面
    • C、添加至“Given name”的中间
    • D、不予录入

    正确答案:B

  • 第5题:

    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE Which INSERT statement is valid?()

    • A、INSERT INTO employees (employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01/01/01);
    • B、INSERT INTO employees(employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01 january 01');
    • C、INSERT INTO employees(employee_id, first_name, last_name, Hire_date) VALUES (1000, 'John', 'smith', To_ date ('01/01/01));
    • D、INSERT INTO employees(employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01-Jan-01');

    正确答案:A

  • 第6题:

    Which three statements inserts a row into the table?()

    • A、INSERT INTO employees   VALUES ( NULL, ‘John’,‘Smith’);
    • B、INSERT INTO employees( first_name, last_name)   VALUES(‘John’,‘Smith’);
    • C、INSERT INTO employees   VALUES (‘1000’,‘John’,NULL);
    • D、INSERT INTO employees(first_name,last_name, employee_id)   VALUES ( 1000, ‘John’,‘Smith’);
    • E、INSERT INTO employees (employee_id)   VALUES (1000);
    • F、INSERT INTO employees (employee_id, first_name, last_name)   VALUES ( 1000, ‘John’,‘’);

    正确答案:C,E,F

  • 第7题:

    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE Which UPDATE statement is valid?()

    • A、UPDATE employees SET first_name = 'John' SET last_name ='Smith' WHERE employee_id = 180;
    • B、UPDATE employees SET first_name = 'John', SET last_name ='Smith' WHERE employee_id = 180;
    • C、UPDATE employees SET first_name = 'John' AND last_name ='Smith' WHERE employee_id = 180;
    • D、UPDATE employees SET first_name = 'John', last_name ='Smith' WHERE employee_id = 180;

    正确答案:D

  • 第8题:

    多选题
    Which three statements inserts a row into the table?()
    A

    INSERT INTO employees   VALUES ( NULL, ‘John’,‘Smith’);

    B

    INSERT INTO employees( first_name, last_name)   VALUES(‘John’,‘Smith’);

    C

    INSERT INTO employees   VALUES (‘1000’,‘John’,NULL);

    D

    INSERT INTO employees(first_name,last_name, employee_id)   VALUES ( 1000, ‘John’,‘Smith’);

    E

    INSERT INTO employees (employee_id)   VALUES (1000);

    F

    INSERT INTO employees (employee_id, first_name, last_name)   VALUES ( 1000, ‘John’,‘’);


    正确答案: D,B
    解析: 暂无解析

  • 第9题:

    单选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2 (25) LAST_NAME VARCHAR2 (25) HIRE_DATE DATE Which UPDATE statement is valid? ()
    A

    UPDATE employees SET first_name = 'John' SET last_name = 'Smith' WHERE employee_id = 180;

    B

    UPDATE employees SET first_name = 'John', SET last_name = 'Smoth' WHERE employee_id = 180;

    C

    UPDATE employee SET first_name = 'John' AND last_name = 'Smith' WHERE employee_id = 180;

    D

    UPDATE employee SET first_name = 'John', last_name = 'Smith' WHERE employee_id = 180;


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    与外宾交往时,为了表达彼此的亲近感,可以()。
    A

    征得对方同意后,直接称呼其名字(given name)(不包括姓的名字)

    B

    直接称呼对方全名(given name + family name)(名字+姓)

    C

    不必征得对方同意,直接称呼其名字(given name)


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    与外宾交往时,为了表达彼此的亲近感,可以()。
    A

    征得对方同意后,直接称呼其名字(given name)(不包括姓的名字)

    B

    不必征得对方同意,直接称呼其名字(given name)

    C

    直接称呼对方全名(given name+family name)


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    Examine the structure of the EMPLOYEES table: Column name Data type Remarks EMPLOYEE_ID NUMBER NOT NULL, Primary Key LAST_NAME VARCNAR2(30) FIRST_NAME VARCNAR2(30) JOB_ID NUMBER SAL NUMBER MGR_ID NUMBER References EMPLOYEE_ID column DEPARTMENT_ID NUMBER You need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task? ()
    A

    CREATE INDEX NAME _IDX (first_name, last_name);

    B

    CREATE INDEX NAME _IDX (first_name, AND last_name)

    C

    CREATE INDEX NAME_IDX ON (First_name, last_name);

    D

    CREATE INDEX NAME_IDX ON employees (First_name, AND last_name);

    E

    CREATE INDEX NAME_IDX ON employees (First_name, last_name);

    F

    CREATE INDEX NAME_IDX FOR employees (First_name, last_name);


    正确答案: F
    解析: 暂无解析

  • 第13题:

    The way in which people address each other depends on their age, sex, social group and personal relationship. The English system of address forms frequently used includes first name, last name, title+last name, (), and kin term.

    Atitle+first name

    Btitle+title

    Ctitle alone

    Dfirst name+last name+title


    C

  • 第14题:

    与外宾交往时,为了表达彼此的亲近感,可以()。

    • A、征得对方同意后,直接称呼其名字(given name)(不包括姓的名字)
    • B、直接称呼对方全名(given name + family name)(名字+姓)
    • C、不必征得对方同意,直接称呼其名字(given name)

    正确答案:A

  • 第15题:

    您要对EMPLOYEES表的FIRST_NAME和LAST_NAME列创建一个组合索引。以下哪条语句将完成此任务()

    • A、CREATE INDEXfl_idx ON employees(first_name last_name)
    • B、CREATE INDEXfl_idx ON employees(first_name),employees(last_name)
    • C、CREATE INDEXfl_idx ON employees(first_name,last_name)
    • D、CREATE INDEXfl_idx ON employees(first_name);CREATE INDEXfl_idx ON employees(last_name)

    正确答案:C

  • 第16题:

    与外宾交往时,为了表达彼此的亲近感,可以()。

    • A、征得对方同意后,直接称呼其名字(given name)(不包括姓的名字)
    • B、不必征得对方同意,直接称呼其名字(given name)
    • C、直接称呼对方全名(given name+family name)

    正确答案:A

  • 第17题:

    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements inserts a row into the table? ()

    • A、INSERT INTO employees VALUES (NULL, 'JOHN','Smith');
    • B、INSERT INTO employees( first_name, last_name) VALUES ('JOHN','Smith');
    • C、INSERT INTO employees VALUES ('1000','JOHN','NULL');
    • D、INSERT INTO employees(first_name,last_name, employee_id) VALUES ('1000, 'john','Smith');
    • E、INSERT INTO employees (employee_id) VALUES (1000);
    • F、INSERT INTO employees (employee_id, first_name, last_name) VALUES ( 1000, 'john',");

    正确答案:C,E,F

  • 第18题:

    Examine the structure of the EMPLOYEES table: Column name Data type Remarks EMPLOYEE_ID NUMBER NOT NULL, Primary Key LAST_NAME VARCNAR2(30) FIRST_NAME VARCNAR2(30) JOB_ID NUMBER SAL NUMBER MGR_ID NUMBER References EMPLOYEE_ID column DEPARTMENT_ID NUMBER You need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task? ()

    • A、CREATE INDEX NAME _IDX (first_name, last_name);
    • B、CREATE INDEX NAME _IDX (first_name, AND last_name)
    • C、CREATE INDEX NAME_IDX ON (First_name, last_name);
    • D、CREATE INDEX NAME_IDX ON employees (First_name, AND last_name);
    • E、CREATE INDEX NAME_IDX ON employees (First_name, last_name);
    • F、CREATE INDEX NAME_IDX FOR employees (First_name, last_name);

    正确答案:E

  • 第19题:

    单选题
    The way in which people address each other depends on their age, sex, social group and personal relationship. The English system of address forms frequently used includes first name, last name, title+last name, (), and kin term.
    A

    title+first name

    B

    title+title

    C

    title alone

    D

    first name+last name+title


    正确答案: B
    解析: 暂无解析

  • 第20题:

    多选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements insert a row into the table? ()
    A

    INSERT INTO employees VALUES ( NULL, 'John', 'Smith');

    B

    INSERT INTO employees( first_name, last_name) VALUES( 'John', 'Smith');

    C

    INSERT INTO employees VALUES ( '1000', 'John', NULL);

    D

    INSERT INTO employees (first_name, last_name, employee_id) VALUES ( 1000, 'John', 'Smith');

    E

    INSERT INTO employees (employee_id) VALUES (1000);

    F

    INSERT INTO employees (employee_id, first_name, last_name) VALUES ( 1000, 'John', ' ');


    正确答案: C,E
    解析: 暂无解析

  • 第21题:

    单选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2 (25) LAST_NAME VARCHAR2 (25) HIRE_DATE DATE Which UPDATE statement is valid?()
    A

    UPDATE employees SET first_name = 'John' SET last_name = 'Smith' WHERE employee_id = 180;

    B

    UPDATE employees SET first_name = 'John', SET last_name = 'Smoth' WHERE employee_id = 180;

    C

    UPDATE employee SET first_name = 'John' AND last_name = 'Smith' WHERE employee_id = 180;

    D

    UPDATE employee SET first_name = 'John', last_name = 'Smith' WHERE employee_id = 180;


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE Which INSERT statement is valid?()
    A

    INSERT INTO employees (employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01/01/01);

    B

    INSERT INTO employees(employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01 january 01');

    C

    INSERT INTO employees(employee_id, first_name, last_name, Hire_date) VALUES (1000, 'John', 'smith', To_ date ('01/01/01));

    D

    INSERT INTO employees(employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01-Jan-01');


    正确答案: A
    解析: 暂无解析

  • 第23题:

    多选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements inserts a row into the table? ()
    A

    INSERT INTO employees VALUES (NULL, 'JOHN','Smith');

    B

    INSERT INTO employees( first_name, last_name) VALUES ('JOHN','Smith');

    C

    INSERT INTO employees VALUES ('1000','JOHN','NULL');

    D

    INSERT INTO employees(first_name,last_name, employee_id) VALUES ('1000, 'john','Smith');

    E

    INSERT INTO employees (employee_id) VALUES (1000);

    F

    INSERT INTO employees (employee_id, first_name, last_name) VALUES ( 1000, 'john',);


    正确答案: E,D
    解析: 暂无解析