Which statement accomplish this? ()

题目
单选题
Which statement accomplish this? ()
A

CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);

B

CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);

C

CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);

D

CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);

E

CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);

F

CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE DEFAULT SYSDATE);

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which of the following financial statements reports information as of a specific date? ()

A. income statement

B. statement of owner's equity

C. statement of cash flows

D. balance sheet


参考答案:D

第2题:

You are having problems with connections from a specific host (192.168.1.15) not closing down correctly.You want to find the state of the threads from that host check for long-running queries. Which statement will accomplish this?()

A.A

B.B

C.C

D.D


参考答案:A

第3题:

The scope statement provides

A . A basis for future decisions about a project.

B . A baseline to accomplish verification measures.

C . A baseline to evaluate potential scope changes.

D . All of the above

E . B and C only


正确答案:D

 

第4题:

You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE;  What does the statement generate?()

  • A、A text copy of the control file.
  • B、A binary copy of the control file.
  • C、A file containing a SQL statement which will re-create the database.
  • D、A file containing a SQL statement which will re-create the control file.

正确答案:D

第5题:

Examine the structure of the EMPLOYEES and DEPARTMENTS tables:Evaluate this SQL statement:Which SQL statement is equivalent to the above SQL statement?()

A.

B.

C.

D.


参考答案:C

第6题:

Evaluate this SQL statement:In the statement, which capabilities of a SELECT statement are performed?()

A. Selection, projection, join

B. Difference, projection, join

C. Selection, intersection, join

D. Intersection, projection, join

E. Difference, projection, product


参考答案:A

第7题:

The STUDENT_GRADES table has these columns:The registrar has asked for a report on the average grade point average (GPA) for students enrolled during semesters that end in the year 2000. Which statement accomplish this?()

A.

B.

C.

D.

E.

F.


参考答案:D

第8题:

88 The scope statement provides

A. A basis for future decisions about a project.

B. A baseline to accomplish verification measures.

C. A baseline to evaluate potential scope changes.

D. All of the above

E. B and C only


正确答案:D

第9题:

Referring to the exhibit, you must move the match term above the reject term. Which command would accomplish this task?()

A. set term match from policy reject

B. up 1 copy policy-statement my-policy term match to term before-reject

C. activate term match to policy

D. insert term match before term reject


参考答案:D

第10题:

Your company has two primary divisions: Products and Services. The Products division is on network 150.10.640/21. The Services division is on network 150.10.72.0/21. You want to summarize both networks into one routing statement. Which IP address and subnet mask combination would most efficiently accomplish this?()

  • A、 150.10.64.0/21
  • B、 150.10.64.0/22
  • C、 150.10.64.0/20
  • D、 150.10.0.0./16

正确答案:C

更多相关问题