How can I create a database in mysql?
How do I select a table in mysql?
The table tbl_sites contains the following data: ----------------------------------------------------- Userid sitename country ------------------------------------------------------ 1 sureshbabu indian 2 PHPprogrammer andhra 3 PHP.net usa 4 PHPtalk.com germany 5 MySQL.com usa 6 sureshbabu canada 7 PHPbuddy.com pakistan 8. PHPtalk.com austria 9. PHPfreaks.com sourthafrica 10. PHPsupport.net russia 11. sureshbabu australia 12. sureshbabu nepal 13. PHPtalk.com italy Write a select query that will displayed the duplicated site name and how many times it is duplicated?
How to display top 10 rows in mysql?
How do I flush privileges in mysql?
Is foreign key indexed mysql?
Why myisam is faster than innodb?
What are the differences between char and varchar?
How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?
Where is mysql data stored?
What, if a table has one column defined as TIMESTAMP?
Hi! I’m doing one Project in vb.net 2008 using mysql .In that Project have the following Issues.. 1.if one Employee getting Salary 1.2 lacs / annum means .. After he getting 1st month Salary i want to show remaining 11 month salary.. How can i Create Trigger for this Problem & How can i use it..
How do I show all mysql databases?