Operator John needs to search for text data in a column, but he...
Which SQL statement is used to return only different values?
With SQL, how do you select all the records from a table named...
The name of the only column in the DUAL table is
What will be the output select INSTR('HELLOWORLD','W')...
Management has asked you to calculate the value 12*salary*...
Examine the data from the ORDERS and CUSTOMERS table....
...
) What operator would you choose to prevent this Oracle error message?...
) How many columns are presented after executing this query:...
Which query is used to find maximum of the average salary of...
How would you display a listing of the sums of employee salaries for...
You query the database with this command: ...
What TRUNCATE and DELETE commands does?
With SQL, how do you select all the records from a table named...
) Evaluate the set of SQL statements:...
Examine the description of the EMPLOYEES table:...
Which of the following queries would show the salaries of all...
The EMPLOYEE tables has these columns:...
Which Oracle access method is the fastest way for Oracle to retrieve a...
All of the following can ONLY be used with numeric datatypes except:...
Which of the following query display the last name,hire date...
Which clause should you use to exclude GROUP results ?
Substitution variable can be used with which of the following clauses?
What output will the follwing statement produce? ...
What will be the output ? ...
Which of the following statements are true (choose two)?
Which of the following can be a valid column name?
Which SELECT statement will return a numeric value?
) Assuming today is Monday, 10 July 2000, what is returned by...
Examine the description of the STUDENTS table:...
SELECT ROUND (45.953, -1), TRUNC (45.936, 2) FROM dual; ...
Given the following data in the emp table: ...
Examine the structure of the employees table....
Which of the following are legal queries? (choose one or more)