최신 1z1-071 무료덤프 - Oracle Database SQL
Which three are true about system and object privileges
정답: D,E,F
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the PRODCTS table which contains data:

Which two are true?

Which two are true?
정답: D,E
설명: (DumpTOP 회원만 볼 수 있음)
Which statement is true about the INTERSECT operator used in compound queries?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the CUSTONERS table:

CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?

CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?
정답: C,D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the PRODUCTS table:

Which three queries use valid expressions?

Which three queries use valid expressions?
정답: C,D,F
설명: (DumpTOP 회원만 볼 수 있음)
Which two statements are true about the order by clause when used with a sql statement containing a set operator such as union?
정답: D,E
설명: (DumpTOP 회원만 볼 수 있음)
Which three statements are true about performing DML operations on a view with no Instead of triggers defined?
정답: C,D,F
설명: (DumpTOP 회원만 볼 수 있음)
Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER Statement 1:
SELECT MAX (unit price*quantity) "Maximum Order FROM order items;
Statement 2:
SELECT MAX (unit price*quantity "Maximum order" FROM order items GROUP BY order id; Which two statements are true?
SELECT MAX (unit price*quantity) "Maximum Order FROM order items;
Statement 2:
SELECT MAX (unit price*quantity "Maximum order" FROM order items GROUP BY order id; Which two statements are true?
정답: A,D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description or the CUSTOMERS table:

For Customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
Which query should be used?

For Customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
Which query should be used?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
Which two queries execute successfully?
정답: A,E
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the EMPLOYEES table:

Which statement increases each employee's SALARY by the minimum SALARY for their DEPARTM ENT_ID?

Which statement increases each employee's SALARY by the minimum SALARY for their DEPARTM ENT_ID?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Which three are true about dropping columns from a table?
정답: B,C,D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the PRODUCT_ DETAILS table:

Which two statements are true?

Which two statements are true?
정답: B,C
설명: (DumpTOP 회원만 볼 수 있음)
Which is the default column or columns for sorting output from compound queries using SET operators such as INTERSECT in a SQL statement?
정답: E
설명: (DumpTOP 회원만 볼 수 있음)
Examine this statement,which executes successfully:
In which order are the rows displayed?
In which order are the rows displayed?
정답: E
설명: (DumpTOP 회원만 볼 수 있음)
Which two statements are true about the DUAL table?
정답: C,E
설명: (DumpTOP 회원만 볼 수 있음)
Examine these statements executed in a single Oracle session:
CREATE TABLE product (pcode NUMBER(2),pname VARCHAR2(20));
INSERT INTO product VALUES(1,'pen');
INSERT INTO product VALUES (2,'pencil');
INSERT INTO product VALUES(3,'fountain pen');
SAVEPOINT a;
UPDATE product SET pcode=10 WHERE pcode =1;
COMMIT;
DELETE FROM product WHERE pcode =2;
SAVEPOINT b;
UPDATE product SET pcode=30 WHERE pcode =3;
SAVEPOINT c;
DELETE FROM product WHERE pcode =10;
ROLLBACK TO SAVEPOINT b;
COMMIT;
Which three statements are true?
CREATE TABLE product (pcode NUMBER(2),pname VARCHAR2(20));
INSERT INTO product VALUES(1,'pen');
INSERT INTO product VALUES (2,'pencil');
INSERT INTO product VALUES(3,'fountain pen');
SAVEPOINT a;
UPDATE product SET pcode=10 WHERE pcode =1;
COMMIT;
DELETE FROM product WHERE pcode =2;
SAVEPOINT b;
UPDATE product SET pcode=30 WHERE pcode =3;
SAVEPOINT c;
DELETE FROM product WHERE pcode =10;
ROLLBACK TO SAVEPOINT b;
COMMIT;
Which three statements are true?
정답: C,D,E
설명: (DumpTOP 회원만 볼 수 있음)
Which two are true?
정답: B,E
설명: (DumpTOP 회원만 볼 수 있음)