What SQL keyword must immediately follow the UNION ALL
statement?
1. SELECT
2. INTO
3. ORDER
4. WHERE
5. JOIN
Answer Posted / tulsi
select
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain sql data types?
How can you fetch common records from two tables?
Differentiate between % rowtype and type record.
How many columns should be in an index?
What is sql dialect?
what is a primary key? : Sql dba
What are different categories of sql commands?
What are the different types of functions in sql?
What is a loop in sql?
how to check myisam tables for errors? : Sql dba
How to select unique records from a table?
What are functions in sql?
what does the t-sql command ident_incr does? : Transact sql
How to move files from one directory to another in pl sql?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?