what is the correct way of selection statement
a. select/from/table_name/orderby/groupby/having
b. select/from/table_name/groupby/having/orderby
Post New Answer View All Answers
How much ram can sql express use?
how many values can the set function of mysql take? : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
Can you skip header records while loading? : aql loader
How does sql profiler work?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Can we edit a view in sql?
Why we use join in sql?
Can a trigger call a stored procedure?
Can we use update in sql function?
What are the properties of a transaction?
What is the difference between a query and a report?
How do I find duplicates in sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
Does user triggers have entry for trigger with compilation errors?