1z1-061試験無料問題集「Oracle Database 12c: SQL Fundamentals 認定」

View the Exhibit and evaluate structures of the SALES, PRODUCTS, and COSTS tables.

Evaluate the following SQL statements:

Which statement is true regarding the above compound query?

Examine the types and examples of relationships that follow:
1 . One-to-one a) Teacher to students
2 . One-to-many b) Employees to Manager
3 . Many-to-one c) Person to SSN
4 . Many-to-many d) Customers to products
Which option indicates the correctly matched relationships?

Examine the structure and data in the PRIC E_LIST table: Name Null? Type
------------ ------------- -------------------
PROD_D NOT NULL NUMBER(3)
PROD_PRICE VARCHAR2(10)
PROD_ID PROD PRICE
----------- ------------------------
100 $234.55
101 $6, 509.75
102 $1, 234
in the same format as the PROD_PRICE. Which SQL statement would give the required result?

The DBA issues this SQL command:
CREATE USER scott IDENTIFIED by tiger;
What privileges does the user Scott have at this point?

解説: (GoShiken メンバーにのみ表示されます)
You want to display 5 percent of the employees with the highest salaries in the EMPLOYEES table.
Which query will generate the required result?

解説: (GoShiken メンバーにのみ表示されます)
Which four are attributes of single row functions? (Choose four.)

正解:C,D,E,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
View the Exhibit and examine the structure of the PROMOTIONS table:
Exhibit:

Using the PROMOTIONS table, you need to find out the average cost for all promos in the range $0-2000 and $2000-5000 in category A.
You issue the following SQL statements:

What would be the outcome?

解説: (GoShiken メンバーにのみ表示されます)
Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition?

解説: (GoShiken メンバーにのみ表示されます)
Examine the structure of the EMPLOYEES table:

You want to generate a report that contains the department IDs and last names of employees ordered by hire date in their respective departments. Employees from one department must appear in a single row.
Which query will provide the required output?

View the Exhibit and examine the structure of the CUSTOMERS table.
Exhibit:

you issue the following SQL statement on the CUSTOMERS table to display the customers who are in the same country as customers with the last name 'king' and whose credit limit is less than the maximum credit limit in countries that have customers with the last name
'king'.

Which statement is true regarding the outcome of the above query?

Examine the data in the CUST_NAME column of the customers table.

You need to display customers' second names where the second name starts with "Mc" or
"MC."
Which query gives the required output?

User Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. She has the privilege to create a public synonym, and would like to create a synonym for this view that can be used by all users of the database.
Which SQL statement can Mary use to accomplish that task?

解説: (GoShiken メンバーにのみ表示されます)
Examine the structure of the EMPLOYEES table:

Which INSERT statement is valid?

解説: (GoShiken メンバーにのみ表示されます)
Which one is a system privilege?