多选题 Evaluate the following SQL statement:
SQL> select cust_id, cust_last_name "Last name" FROM customers
WHERE country_id = 10 UNION
SELECT cust_id CUST_NO, cust_last_name FROM customers
WHERE country_id = 30
Identify three ORDER BY clauses either one of which can complete the query.
相关试题
多选题 Which three commands execute successfully on PRODUCTS?
单选题 choose one
Which statement is true about the DEFAULT profile?
多选题 Choose three
Which three are true about dropping columns from a table?
单选题 A user establishes a connection to a database instance by using an Oracle Net connection.
You want to ensure the following:
The user account must be locked after five unsuccessful login attempts.
Data read per session must be limited for the user.
The user cannot have more than three simultaneous sessions.
The user must have a maximum of 10 minutes session idle time before being logged off automatically.
How would you accomplish this?
单选题 You want to use table compression suitable for OLTP that will:
Compress rows for all DML statements on that table
Minimize the overheads associated with compression Which compression option is best suited for this?
单选题 You are administering a database and you receive a requirement to apply t he following restrictions:
A connection must be terminated after four unsuccessful login attempts by user.
A user should not be able to create more than four simultaneous sessions.
User session must be terminated after 15 minutes of inactivity.
Users must be prompted to change their passwords every 15 days.
How would you accomplish these requirements?
单选题 In your database, you want to ensure that idle sessions that are blocking active are that are blocking active are
Automatically terminated after a specified period of time. How would you accomplish this?
单选题 choose one
Which statement is true about profiles?