What is the difference between GROUP BY and ORDER BY in
Sql?
Answer Posted / ram
Group by controls the presentation of the rows,Where as
order by controls the presentation of the columns for the
results of the SELECT statement.
| Is This Answer Correct ? | 58 Yes | 68 No |
Post New Answer View All Answers
How do I setup mysql?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
How do I restore a database in mysql workbench?
What are the differences between char and nchar?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
What data structure does mysql use?
How do I copy a table in mysql?
How do I switch users in mysql?
Is mysql is a programming language?
Hi Team, This is kartik, I recently completed my B-tech. Importance of posting this question is for to know the best books on SQL(MYSQL/Oracle)? I like SQL concept's so much, at the same time i decided to choose SQL for my career purpose. So please suggest me the best books that are very helpful for a fresher to improve concepts like (SQL/PLSQL)Basics, programming concepts, architectures etc. Please consider my request as an important one. I am very thankful to you for providing this opportunity. If possible can you please send the names of books for my personal id also: karthikgdv1206@yahoo.com. Thanks, Kartik T
Is oracle mysql free?
What is the innodb in mysql?
What is the difference between MyISAM Static and MyISAM Dynamic?
Can I use mysql for free?
Create table employee (eno int(2),ename varchar(10)) ?