Answer Posted / slokh
SELECT * FROM table_name
ORDER BY column_name ASC;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the usage of when clause in trigger?
what is the difference between a web-garden and a web-farm? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What are sql functions? Describe in brief different types of sql functions?
what is the command used to fetch first 5 characters of the string? : Sql dba
How many types of tables are there?
Why do we go for stored procedures?
What does (+) mean in sql joins?
differentiate between float and double. : Sql dba
What are aggregate functions in sql?
What is left join in sql?
How can I delete duplicate rows?
Can we insert data into view?
what are wild cards used in database for pattern matching ? : Sql dba
Write a query to display the current date in sql?