Oracle Database: SQL Fundamentals I - 1Z1-051무료 덤프문제 풀어보기
Which four are types of functions available in SQL? (Choose 4)
정답: A,C,D,E
설명: (Fast2test 회원만 볼 수 있음)
The CUSTOMERS table has these columns: A promotional sale is being advertised to the customers in France. Which WHERE clause identifies customers that are located in France?


정답: A
설명: (Fast2test 회원만 볼 수 있음)
Which two statements are true regarding the USING and ON clauses in table joins? (Choose two.)
정답: B,D
설명: (Fast2test 회원만 볼 수 있음)
View the Exhibit and examine the data in the PROMO_NAME and PROMO_END_DATE columns of the PROMOTIONS table, and the required output format.

Which two queries give the correct result? (Choose two.)

Which two queries give the correct result? (Choose two.)
정답: B,D
Which two statements are true regarding constraints? (Choose two.)
정답: A,E
The following data exists in the PRODUCTS table:
PROD_ID PROD_LIST_PRICE
123456 152525.99
You issue the following query:
SQL> SELECT RPAD(( ROUND(prod_list_price)), 10,'*')
FROM products
WHERE prod_id = 123456; What would be the outcome?
PROD_ID PROD_LIST_PRICE
123456 152525.99
You issue the following query:
SQL> SELECT RPAD(( ROUND(prod_list_price)), 10,'*')
FROM products
WHERE prod_id = 123456; What would be the outcome?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Which tasks can be performed using SQL functions that are built into Oracle database? (Choose three.)
정답: A,B,C
You want to display the date for the first Monday of the next month and issue the following command:
SQL>SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE),'MON'), 'dd "is the first Monday for"fmmonth rrrr') FROM DUAL;
What is the outcome?
SQL>SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE),'MON'), 'dd "is the first Monday for"fmmonth rrrr') FROM DUAL;
What is the outcome?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
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?
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?
정답: C