최신 1Z1-051 무료덤프 - Oracle Database: SQL Fundamentals I
View the Exhibit and examine the data in the PRODUCTS table. You need to display product names from the PRODUCTS table that belong to the 'Software/Other1 category with minimum prices as either $2000 or $4000 and no unit of measure. You issue thej following query:

Which statement is true regarding the above query?


Which statement is true regarding the above query?

정답: D
Which two statements are true regarding the DELETE and TRUNCATE commands? (Choose two.)
정답: C,E
설명: (DumpTOP 회원만 볼 수 있음)
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.)
정답: A,D
Evaluate this SQL statement:
SELECT e.emp_name, d.dept_name
FROM employees e
JOIN departments d
USING (department_id)
WHERE d.department_id NOT IN (10,40)
ORDER BY dept_name; The statement fails when executed. Which change fixes the error?
SELECT e.emp_name, d.dept_name
FROM employees e
JOIN departments d
USING (department_id)
WHERE d.department_id NOT IN (10,40)
ORDER BY dept_name; The statement fails when executed. Which change fixes the error?
정답: A,D
설명: (DumpTOP 회원만 볼 수 있음)
Evaluate the following SQL commands:

The command to create a table fails. Identify the reason for the SQL statement failure?
(Choose all that apply.)

The command to create a table fails. Identify the reason for the SQL statement failure?
(Choose all that apply.)
정답: A,C
설명: (DumpTOP 회원만 볼 수 있음)
Which CREATE TABLE statement is valid?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
Which substitution variable would you use if you want to reuse the variable without prompting the user each time?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
Which tasks can be performed using SQL functions that are built into Oracle database? (Choose three.)
정답: A,C,D
Which four are types of functions available in SQL? (Choose 4)
정답: A,C,D,E
설명: (DumpTOP 회원만 볼 수 있음)
Which is an iSQL*Plus command?
정답: F
설명: (DumpTOP 회원만 볼 수 있음)
Which object privileges can be granted on a view?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
View the Exhibit and examine the structure of the CUSTOMERS table.
You want to generate a report showing the last names and credit limits of all customers whose last names start with A, B, or C, and credit limit is below 10, 000.
Evaluate the following two queries:

Which statement is true regarding the execution of the above queries?

You want to generate a report showing the last names and credit limits of all customers whose last names start with A, B, or C, and credit limit is below 10, 000.
Evaluate the following two queries:

Which statement is true regarding the execution of the above queries?

정답: D
View the Exhibit and examine the data in the PROMO_CATEGORY and PROMO_COST columns of the PROMOTIONS table.
Evaluate the following two queries:
SQL>SELECT DISTINCT promo_category to_char(promo_cost)"code"
FROM promotions
ORDER BY code;
SQL>SELECT DISTINCT promo_category promo_cost "code"
FROM promotions
ORDER BY 1;
Which statement is true regarding the execution of the above queries?

Evaluate the following two queries:
SQL>SELECT DISTINCT promo_category to_char(promo_cost)"code"
FROM promotions
ORDER BY code;
SQL>SELECT DISTINCT promo_category promo_cost "code"
FROM promotions
ORDER BY 1;
Which statement is true regarding the execution of the above queries?

정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Which SQL statement displays the date March 19, 2001 in a format that appears as "Nineteenth of March 2001 12:00:00 AM"?
-SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth
"of" Month YYYY fmHH:MI:SS AM') NEW_DATE
FROM dual;
-SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'Ddspth
"of" Month YYYY fmHH:MI:SS AM') NEW_DATE
FROM dual;
-SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth "of" Month YYYY
HH:MI:SS AM') NEW_DATE FROM dual; TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY), 'fmDdspth "of" Month YYYYfmtHH:HI:SS AM') NEW_DATE FROM dual;
-SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth
"of" Month YYYY fmHH:MI:SS AM') NEW_DATE
FROM dual;
-SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'Ddspth
"of" Month YYYY fmHH:MI:SS AM') NEW_DATE
FROM dual;
-SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth "of" Month YYYY
HH:MI:SS AM') NEW_DATE FROM dual; TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY), 'fmDdspth "of" Month YYYYfmtHH:HI:SS AM') NEW_DATE FROM dual;
정답: A
Evaluate the following SQL query; What would be the outcome?


정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Examine the following SQL commands:

Which statement is true regarding the execution of the above SQL commands?

Which statement is true regarding the execution of the above SQL commands?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)