최신Oracle Database 12c: SQL Fundamentals - 1z0-061무료샘플문제
문제1
The DBA issues this SQL command:
CREATE USER scott IDENTIFIED by tiger;
What privileges does the user Scott have at this point?
The DBA issues this SQL command:
CREATE USER scott IDENTIFIED by tiger;
What privileges does the user Scott have at this point?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
You issued the following command:
SQL> DROP TABLE employees;
Which three statements are true?
You issued the following command:
SQL> DROP TABLE employees;
Which three statements are true?
정답: A,E,F
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
Examine the following query:

What is the output of this query?
Examine the following query:

What is the output of this query?
정답: A
문제4
Examine the structure of the MARKS table:
Exhibit:

Which two statements would execute successfully? (Choose two.)
Examine the structure of the MARKS table:
Exhibit:

Which two statements would execute successfully? (Choose two.)
정답: C,D
문제5
You execute the following commands:

For which substitution variables are you prompted for the input?
You execute the following commands:

For which substitution variables are you prompted for the input?
정답: B
문제6
Which is an iSQL*Plus command?
Which is an iSQL*Plus command?
정답: E
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
The PART_CODE column in the SPARES table contains the following list of values:

Which statement is true regarding the outcome of the above query?
The PART_CODE column in the SPARES table contains the following list of values:

Which statement is true regarding the outcome of the above query?
정답: E
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
View the Exhibit and examine the structure of the CUSTOMERS table.

In the CUSTOMERS table, the CUST_LAST_NAME column contains the values 'Anderson' and 'Ausson'.
You issue the following query:

What would be the outcome?
View the Exhibit and examine the structure of the CUSTOMERS table.

In the CUSTOMERS table, the CUST_LAST_NAME column contains the values 'Anderson' and 'Ausson'.
You issue the following query:

What would be the outcome?
정답: C
문제9
Examine the structure of the EMPLOYEES table:

Which UPDATE statement is valid?
Examine the structure of the EMPLOYEES table:

Which UPDATE statement is valid?
정답: A
문제10
Examine the structure of the EMPLOYEES table:

Which INSERT statement is valid?
Examine the structure of the EMPLOYEES table:

Which INSERT statement is valid?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제11
Consider these three statements:
create view v1 as select department_id,department_name,last_name from departments join employees using (department_id); select department_name,last_name from v1 where department_id=20; select d.department_name,e.last_name from departments d, employees ewhere d.department_id=e.department_id and d.department_id=20; The first query will be quicker than the second because:
Consider these three statements:
create view v1 as select department_id,department_name,last_name from departments join employees using (department_id); select department_name,last_name from v1 where department_id=20; select d.department_name,e.last_name from departments d, employees ewhere d.department_id=e.department_id and d.department_id=20; The first query will be quicker than the second because:
정답: C
문제12
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? (Choose three.)
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? (Choose three.)
정답: C,E,F
설명: (KoreaDumps 회원만 볼 수 있음)
문제13
View the Exhibit and examine the structure of the PROMOTIONS table.
Exhibit:

Which two SQL statements would execute successfully? (Choose two.)
View the Exhibit and examine the structure of the PROMOTIONS table.
Exhibit:

Which two SQL statements would execute successfully? (Choose two.)
정답: B,C
문제14
Examine the data in the LIST_PRICE and MIN_PRICE columns of the PRODUCTS table:

Which two expressions give the same output? (Choose two.)
Examine the data in the LIST_PRICE and MIN_PRICE columns of the PRODUCTS table:

Which two expressions give the same output? (Choose two.)
정답: B,D
설명: (KoreaDumps 회원만 볼 수 있음)
문제15
View the Exhibits and examine the structure of the products and sales tables.
Exhibit 1:

Exhibit 2:

Which two SQL statements would give the same output? (Choose two.)
View the Exhibits and examine the structure of the products and sales tables.
Exhibit 1:

Exhibit 2:

Which two SQL statements would give the same output? (Choose two.)
정답: A,C