Basic Examples to Learn MySQL
Just make sure that you have installed MySQL database server with xampp and have a valid username & password to access.
So developers get ready to learn MySQL within couple of hours.
End of the tutorial you can do:
End of the tutorial you can do:
- Create and Drop Database
- Create, Alter, Truncate and Drop Table
- Select, Insert, Update and Delete rows
- Group by, Order by, Having, Union, Distinct
- Add, drop index, Explain command
- database backup with mysqldump or mysqlhotcopy
Comments
Post a Comment