What is the difference between having and where clause in mysql? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

Is mysql a database?

0 Answers  


What is the difference between mysql and pdo?

0 Answers  


What is dbms in mysql?

0 Answers  


How to use 'mysql' to run sql statements?

0 Answers  


Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?

0 Answers  






What are the purposes of using enum and set data types?

0 Answers  


How can you change the name of any existing table by using the sql statement?

0 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


How many types of indexes are there in mysql?

0 Answers  


How do you login to MySql using Unix shell?

0 Answers  


I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks

2 Answers   Sun Life,


What is mysql vs sql?

0 Answers  


Categories