<< Prev Question Next Question >>

Question 139/144

Examine the description of the MEMBERS table;
SELECT city,last_name LNAME FROM members ...
You want to display all cities that contain the string AN. The cities must be returned in ascending order, with the last names further sorted in descending order.
Which two clauses must you add to the query?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (144q)
Question 1: Examine this query: SELECT 2 FROM dual d1 CROSS JOIN dual d2...
Question 2: which is true about the round,truncate and mod functions&gt;...
Question 3: Which two are true about transactions in the Oracle Database...
Question 4: Which two are true about creating tables in an Oracle databa...
Question 5: Examine this description of the PRODUCTS table: You successf...
Question 6: Which three statements are true about Data Manipulation Lang...
Question 7: Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and ...
Question 8: Examine the description of the PRODCTS table which contains ...
Question 9: Which two are true about transactions in the Oracle Database...
Question 10: Which statements are true regarding primary and foreign key ...
Question 11: Refer to the exhibit. (Exhibit) Which two queries will resul...
Question 12: Which three are true aboutprivileges and roles?...
Question 13: Which three statements are true about an ORDER BY clause?...
Question 14: Examine the description of the CUSTONERS table (Exhibit) CUS...
Question 15: Examine the data in the CUST_NAME column of the CUSTOMERS ta...
Question 16: Which two statements are true regarding non equijoins?...
Question 17: The EMPLOYEES table contains columns EMP_ID of data type NUM...
Question 18: Which two join conditions in a from clause are non-equijoins...
Question 19: Which two statements are true about the results of using the...
Question 20: Which two true about a sql statement using SET operations su...
Question 21: Which two statements are true about external tables?...
Question 22: Examine the description of the transactions table: (Exhibit)...
Question 23: Examine this SQL statement: SELECT cust_id, cus_last_name "L...
Question 24: Which two statements are true?
Question 25: Examine the description of the CUSTOMERS table: (Exhibit) Yo...
Question 26: You need to calculate the number of days from 1st January 20...
Question 27: The INVOICE table has a QTY_SOLD column of data type NUMBER ...
Question 28: You execute this command: TRUNCATE TABLE depts; Which two ar...
Question 29: Which statement will execute successfully?...
Question 30: Which two are true about the MERGE statement?...
Question 31: In the PROMOTIONS table, the PROMO_ BEGIN_DATE column is of ...
Question 32: Examine the description of the ENPLYEES table: (Exhibit) Whi...
Question 33: Which two will execute successfully?...
Question 34: Examine the description of the countries table: (Exhibit) Ex...
Question 35: Examine this SQL statement: SELECT cust_id, cust_last_name "...
Question 36: Which three are true about privileges?...
Question 37: You execute these commands: CREATE TABLE customers (customer...
Question 38: Which three are true about multiple INSERT statements?...
Question 39: Which three statements are true about defining relations bet...
Question 40: Examine this statement: (Exhibit) Which two things must be c...
Question 41: Which two statements are true about the SET VERIFY ON comman...
Question 42: Which two statements are true about the COUNT function?...
Question 43: Which two queries execute successfully?...
Question 44: Examine the description of the CUSTOMERS table: (Exhibit) Wh...
Question 45: Which three statements are true about performing DML operati...
Question 46: SELECT * FROM bricks,colors; Which two statements are true?...
Question 47: Which two statements are true about the DUAL table?...
Question 48: Examine the description of the PRODUCTS table: (Exhibit) Whi...
Question 49: Which three are key components of an Entity Relationship Mod...
Question 50: Examine the command to create the BOOKS table. SQL&gt; creat...
Question 51: Which two statements are true about a self join?...
Question 52: In which three situations does a new transaction always star...
Question 53: Which two statements are true about Oracle synonyms?...
Question 54: Which three statements are true about a self join?...
Question 55: Which two are true about rollbacks?...
Question 56: Which three are true about the CREATE TABLE command?...
Question 57: Which statements is true about using functions in WHERE and ...
Question 58: Examine the description of the CUSTOMERS table: (Exhibit) Wh...
Question 59: Which three statements about roles are true?...
Question 60: Examine this partial command: (Exhibit) Which two clauses ar...
Question 61: Which statement is true about the INTERSECT operator used in...
Question 62: Examine the description of the CUSTOMERS table: (Exhibit) Yo...
Question 63: Which two statements are true about Entity Relationships?...
Question 64: Table HR.EMPLOYEES contains a row where the EMPLOYEES _ID is...
Question 65: Which three statements are true about Structured Query Langu...
Question 66: The ORDERS table has a column ORDER_DATE of date type DATE T...
Question 67: Which statement fails to execute successfully?...
Question 68: Which statement falls to execute successfully?...
Question 69: Examine the data in the EMP table: (Exhibit) You execute thi...
Question 70: Which three statements are true about views in an Oracle dat...
Question 71: Which two statements will convert the string Hello world to ...
Question 72: Which three queries use valid expressions?...
Question 73: Which three are true?
Question 74: Examine this query which executes successfully; Select job,d...
Question 75: In your session, the NLS._DAE_FORMAT is DD- MM- YYYY.There a...
Question 76: Which two statements will return the names of the three empl...
Question 77: Which two statements are true about Oracle databases and SQL...
Question 78: Which two are true about external tables that use the ORACLE...
Question 79: Which three queries execute successfully?...
Question 80: Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_...
Question 81: An Oracle database server session has an uncommitted transac...
Question 82: Examine the description of the sales table. The sales table ...
Question 83: Which two are true about self joins?...
Question 84: Choose two Examine the description of the PRODUCT DETALS tab...
Question 85: Which two statements are true about views?...
Question 86: Which three statements are true?...
Question 87: Which three statements are true about single row functions?...
Question 88: Which three statements are true about single-row functions?...
Question 89: Evaluate the following SQL statement SQL&gt;SELECT promo_id,...
Question 90: Which three privileges can be restricted to a subset of colu...
Question 91: Which two statements cause changes to the data dictionary?...
Question 92: Which three statements are true about sequences in a single ...
Question 93: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 94: Which two are true about the NVL, NVL2, and COALESCE functio...
Question 95: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 96: Which two statements are true about the results of using the...
Question 97: Which two are true?
Question 98: You execute this command: TRUNCATE TABLE dept; Which two are...
Question 99: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 100: You execute these commands successfully: CREATE GLOBAL TEMPO...
Question 101: Which three statements are true about GLOBAL TEMPORARY TABLE...
Question 102: Examine the description of EMPLOYEES table: Which three quer...
Question 103: Examine these statements: CREATE TABLE alter_test (c1 VARCHA...
Question 104: Which two are true about using constraints?...
Question 105: Which two statements are true about the ORDER BY clause?...
Question 106: Which two are SQL features?
Question 107: Examine the description of the PRODUCT_INFORMATION table: (E...
Question 108: Examine these statements: CREATE TABLE dept ( deptno NUMBER ...
Question 109: Which four statements are true about constraints on Oracle t...
Question 110: Examine the description of the PRODUCT_ DETAILS table: (Exhi...
Question 111: Refer to the exhibit. (Exhibit) Which three statements are t...
Question 112: Which two are true about creating tables in an Oracle databa...
Question 113: Examine these SQL statements which execute successfully: (Ex...
Question 114: Examine the description of the SALES table: (Exhibit) The SA...
Question 115: Which three statements are true regarding indexes?...
Question 116: Examine this list of queries: Which two statements are true?...
Question 117: Examine the description or the CUSTOMERS table: (Exhibit) Fo...
Question 118: Examine this query: SELECT TRUNC (ROUND(156.00,-2),-1) FROM ...
Question 119: Examine the data in the ORDERS table: (Exhibit) Examine the ...
Question 120: Examine this Statement which returns the name of each employ...
Question 121: Which three statements are true about performing DML operati...
Question 122: Which three actions can you perform only with system privile...
Question 123: You must find the number of employees whose salary is lower ...
Question 124: Examine these statements which execute successfully: (Exhibi...
Question 125: Which three statements are true about the DESCRIBE command?...
Question 126: Examine these two queries and their output: SELECT deptno, d...
Question 127: Which two statements are true about the ORDER BY clause?...
Question 128: Examine this business rule: Each student can work on multipl...
Question 129: Examine the data in the EMPLOYEES table: (Exhibit) Which sta...
Question 130: Which three are true about dropping columns from a table?...
Question 131: Examine these statements executed in a single Oracle session...
Question 132: Which two statements are true about conditional INSERT ALL?...
Question 133: You want to write a query that prompts for two column names ...
Question 134: Which statement is true regarding the SESSION_PRIVS dictiona...
Question 135: Which two are true about queries using set operators such as...
Question 136: The STORES table has a column START_ DATE of data type DATE,...
Question 137: Which two statements are true about date/time functions in a...
Question 138: Which two statements are true about a full outer join?...
Question 139: Examine the description of the MEMBERS table; SELECT city,la...
Question 140: Examine this description of the EMP table: (Exhibit) You exe...
Question 141: Examine the description of the ENPLOYES table: (Exhibit) Whi...
Question 142: Examine this SQL statement: (Exhibit) Which two are true?...
Question 143: What is true about non-equijoin statement performance?...
Question 144: You execute this command: ALTER TABLE employees SET UNUSED (...