最新的Oracle Database 12c: SQL Fundamentals - 1z1-061免費考試真題
Which two statements are true regarding constraints?
正確答案: B,D
說明:(僅 Fast2test 成員可見)
The STUDENT_GRADES table has these columns:
STUDENT_ID. NUMBER(12)
SEMESTER_END. DATE
GPA. NUMBER(4, 3)
The registrar has asked for a report on the average grade point average (GPA), sorted from the highest grade point average to each semester, starting from the earliest date.
Which statement accomplish this?
STUDENT_ID. NUMBER(12)
SEMESTER_END. DATE
GPA. NUMBER(4, 3)
The registrar has asked for a report on the average grade point average (GPA), sorted from the highest grade point average to each semester, starting from the earliest date.
Which statement accomplish this?
正確答案: B
You work as a database administrator at ABC.com. You study the exhibit carefully.
Exhibit:

Which two SQL statements would execute successfully? (Choose two.)
Exhibit:

Which two SQL statements would execute successfully? (Choose two.)
正確答案: A,D
You need to extract details of those products in the SALES table where the PROD_ID column contains the string '_D123'. Which WHERE clause could be used in the SELECT statement to get the required output?
正確答案: B
說明:(僅 Fast2test 成員可見)
Which three statements are true about multiple-row sub queries? (Choose three.)
正確答案: B,C,F
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?
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?
正確答案: D
說明:(僅 Fast2test 成員可見)
Examine the structure of the EMPLOYEES and DEPARTMENTS tables:

You want to create a report displaying employee last names, department names, and locations. Which query should you use to create an equi-join?

You want to create a report displaying employee last names, department names, and locations. Which query should you use to create an equi-join?
正確答案: C
說明:(僅 Fast2test 成員可見)
Evaluate the SQL statement
DROP TABLE DEPT:
Which four statements are true of the SQL statement? (Choose four.)
DROP TABLE DEPT:
Which four statements are true of the SQL statement? (Choose four.)
正確答案: A,B,D,G
說明:(僅 Fast2test 成員可見)
Which statement is true regarding the default behavior of the order by clause?
正確答案: C
說明:(僅 Fast2test 成員可見)
Examine the structure of the EMPLOYEES table:
EMPLOYEE_ID NUMBER NOT NULL, Primary Key
EMP_NAME VARCHAR2(30)
JOB_ID NUMBER\
SAL NUMBER
MGR_ID NUMBER . References EMPLOYEE_ID column
DEPARTMENT_ID NUMBER . Foreign key to DEPARTMENT_ID column of the. .
DEPARTMENTS table
You created a sequence called EMP_ID_SEQ in order to populate sequential values for the EMPLOYEE_ID column of the EMPLOYEES table.
Which two statements regarding the EMP_ID_SEQ sequence are true? (Choose two.)
EMPLOYEE_ID NUMBER NOT NULL, Primary Key
EMP_NAME VARCHAR2(30)
JOB_ID NUMBER\
SAL NUMBER
MGR_ID NUMBER . References EMPLOYEE_ID column
DEPARTMENT_ID NUMBER . Foreign key to DEPARTMENT_ID column of the. .
DEPARTMENTS table
You created a sequence called EMP_ID_SEQ in order to populate sequential values for the EMPLOYEE_ID column of the EMPLOYEES table.
Which two statements regarding the EMP_ID_SEQ sequence are true? (Choose two.)
正確答案: D,F
說明:(僅 Fast2test 成員可見)
Consider these three statements:
create synonym s1 for employees; create public synonym s1 for departments; select * from s1; Which of the following statements is correct?
create synonym s1 for employees; create public synonym s1 for departments; select * from s1; Which of the following statements is correct?
正確答案: C
說明:(僅 Fast2test 成員可見)
Examine the structure proposed for the TRANSACTIONS table:

Which two statements are true regarding the storage of data in the above table structure?
(Choose two.)

Which two statements are true regarding the storage of data in the above table structure?
(Choose two.)
正確答案: A,D
說明:(僅 Fast2test 成員可見)