最新的Oracle Database: SQL Fundamentals I - 1Z0-051免費考試真題
問題1
You created an ORDERS table with the following description:
Exhibit:

You inserted some rows in the table. After some time, you want to alter the table by creating the PRIMARY KEY constraint on the ORD_ID column.
Which statement is true in this scenario?
You created an ORDERS table with the following description:
Exhibit:

You inserted some rows in the table. After some time, you want to alter the table by creating the PRIMARY KEY constraint on the ORD_ID column.
Which statement is true in this scenario?
正確答案: D
問題2
See the Exhibits and examine the structures of PRODUCTS, SALES and CUSTOMERS table:


You issue the following query:

Which statement is true regarding the outcome of this query?
See the Exhibits and examine the structures of PRODUCTS, SALES and CUSTOMERS table:


You issue the following query:

Which statement is true regarding the outcome of this query?
正確答案: A
說明:(僅 PDFExamDumps 成員可見)
問題3
What is true about sequences?
What is true about sequences?
正確答案: C
問題4
Which four are types of functions available in SQL? (Choose 4)
Which four are types of functions available in SQL? (Choose 4)
正確答案: B,D,F,H
說明:(僅 PDFExamDumps 成員可見)
問題5
Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:
EMPLOYEES
EMPLOYEE_ID NUMBER Primary Key
FIRST_NAME VARCHAR2(25)
LAST_NAME VARCHAR2(25)
HIRE_DATE DATE
NEW_EMPLOYEES
EMPLOYEE_ID NUMBER Primary Key
NAME VARCHAR2(60)
Which MERGE statement is valid?
Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:
EMPLOYEES
EMPLOYEE_ID NUMBER Primary Key
FIRST_NAME VARCHAR2(25)
LAST_NAME VARCHAR2(25)
HIRE_DATE DATE
NEW_EMPLOYEES
EMPLOYEE_ID NUMBER Primary Key
NAME VARCHAR2(60)
Which MERGE statement is valid?
正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題6
The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?
The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?
正確答案: A
說明:(僅 PDFExamDumps 成員可見)
問題7
Top N analysis requires _____ and _____. (Choose two.)
Top N analysis requires _____ and _____. (Choose two.)
正確答案: A,B
說明:(僅 PDFExamDumps 成員可見)
問題8
What does the FORCE option for creating a view do?
What does the FORCE option for creating a view do?
正確答案: D
說明:(僅 PDFExamDumps 成員可見)
問題9
The STUDENT_GRADES table has these columns:
STUDENT_ID NUMBER(12)
SEMESTER_END DATE
GPA NUMBER(4,3)
The registrar requested a report listing the students' grade point averages (GPA) sorted from highest grade point average to lowest.
Which statement produces a report that displays the student ID and GPA in the sorted order requested by the registrar?
The STUDENT_GRADES table has these columns:
STUDENT_ID NUMBER(12)
SEMESTER_END DATE
GPA NUMBER(4,3)
The registrar requested a report listing the students' grade point averages (GPA) sorted from highest grade point average to lowest.
Which statement produces a report that displays the student ID and GPA in the sorted order requested by the registrar?
正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題10
You need to produce a report for mailing labels for all customers. The mailing label must have only the customer name and address. The CUSTOMERS table has these columns:
CUST_IDNUMBER(4)NOT NULL CUST_NAMEVARCHAR2(100)NOT NULL CUST_ADDRESSVARCHAR2(150) CUST_PHONEVARCHAR2(20)
Which SELECT statement accomplishes this task?
You need to produce a report for mailing labels for all customers. The mailing label must have only the customer name and address. The CUSTOMERS table has these columns:
CUST_IDNUMBER(4)NOT NULL CUST_NAMEVARCHAR2(100)NOT NULL CUST_ADDRESSVARCHAR2(150) CUST_PHONEVARCHAR2(20)
Which SELECT statement accomplishes this task?
正確答案: A
說明:(僅 PDFExamDumps 成員可見)
問題11
You issue the following command to drop the PRODUCTS table:
SQL>DROP TABLE products;
What is the implication of this command? (Choose all that apply.)
You issue the following command to drop the PRODUCTS table:
SQL>DROP TABLE products;
What is the implication of this command? (Choose all that apply.)
正確答案: A,C,D