問題1
Which three statements are true about performing Data Manipulation Language (DML) operations on a view in an Oracle Database? (Choose three.)
Which three statements are true about performing Data Manipulation Language (DML) operations on a view in an Oracle Database? (Choose three.)
正確答案: C,D,E
問題2
Which three statements are true regarding single-row functions? (Choose three.)
Which three statements are true regarding single-row functions? (Choose three.)
正確答案: A,B,F
問題3
You need to display the first names of all customers from the CUSTOMERS table that contain the character `e' and have the character `a' in the second last position.
Which query would give the required output?
You need to display the first names of all customers from the CUSTOMERS table that contain the character `e' and have the character `a' in the second last position.
Which query would give the required output?
正確答案: C
問題4
You want to display 5 percent of the rows from the sales table for products with the lowestAMOUNT_SOLD and also want to include the rows that have the sameAMOUNT_SOLDeven if this causes the output to exceed 5 percent of the rows.
Which query willprovide the required result?
You want to display 5 percent of the rows from the sales table for products with the lowestAMOUNT_SOLD and also want to include the rows that have the sameAMOUNT_SOLDeven if this causes the output to exceed 5 percent of the rows.
Which query willprovide the required result?
正確答案: D
問題5
Which two are true? (Choose two.)
Which two are true? (Choose two.)
正確答案: E,F
問題6
You need to calculate the number of days from 1st Jan 2007 till date: Dates are stored in the default format of dd-mm-rr.
Which two SQL statements would give the required output? (Choose two.)
You need to calculate the number of days from 1st Jan 2007 till date: Dates are stored in the default format of dd-mm-rr.
Which two SQL statements would give the required output? (Choose two.)
正確答案: A,E
問題7
You start a session and execute these commands successfully:

Which two are true? (Choose two.)
You start a session and execute these commands successfully:

Which two are true? (Choose two.)
正確答案: A,D
問題8
Examine this partial statement:

Which is true?
Examine this partial statement:

Which is true?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題9
Which two are true about the WITH GRANT OPTION clause? (Choose two.)
Which two are true about the WITH GRANT OPTION clause? (Choose two.)
正確答案: A,F
說明:(僅 NewDumps 成員可見)
問題10
Which two tasks can be performed by using Oracle SQL statements?
Which two tasks can be performed by using Oracle SQL statements?
正確答案: B,E
說明:(僅 NewDumps 成員可見)
問題11
Examine the SQL statement used to create the TRANSACTION table.
SQL > CREATE TABLE transaction
(trn_id char(2) primary key,
Start_date date DEFAULT SYSDATE,
End_date date NOT NULL);
The value 'A1' does not exist for trn_id in this table.
Which SQL statement successfully inserts a row into the table with the default value for START_DATE?
Examine the SQL statement used to create the TRANSACTION table.
SQL > CREATE TABLE transaction
(trn_id char(2) primary key,
Start_date date DEFAULT SYSDATE,
End_date date NOT NULL);
The value 'A1' does not exist for trn_id in this table.
Which SQL statement successfully inserts a row into the table with the default value for START_DATE?
正確答案: B
問題12
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?
正確答案: B,E,F