what is the correct way of selection statement
a. select/from/table_name/orderby/groupby/having
b. select/from/table_name/groupby/having/orderby
Answer Posted / subbu
both are wrong
from/table_name/group by/having/select/oderby
Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is the difference among union, minus and intersect?
Is sql better than excel?
Why use truncate instead of delete?
What does pragma mean?
What is a primary key sql?
how to see the create table statement of an existing table? : Sql dba
How do you declare a variable in pl sql?
Explain alias in sql?
Describe different types of general function used in sql?
What is a primary key called that is made up of more than one field?
what are myisam tables? : Sql dba
Define commit?
is it possible to pass an object or table to a procedure as an argument?
Is merge a dml statement?
State few characteristics of pl/sql?