If you want a column to be part of the result set, after
which SQL keyword does it belong?
1. SELECT
2. FROM
3. WHERE
4. GROUP BY
5. HAVING
Answer Posted / sathishrpillai
if you want a column to be a part of result set then it
SELECT
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
When is the update_statistics command used?
Can we rollback truncate?
What are triggers and its uses?
What is data manipulation language?
How do I run a sql query in pgadmin 4?
Can we insert data into materialized view?
How can we store rows in PL/SQL using array?
how does a local variable is defined using t-sql? : Transact sql
What is tuple in sql?
how to add a new column to an existing table in mysql? : Sql dba
what is top in tsql? : Transact sql
What is parameter substitution in sql?
Cite the differences between execution of triggers and stored procedures?
what is commit? : Sql dba
What is the purpose of the sql select top clause?