Categories
Technology - Tips

Create Database, Table in MySQL

Create Database, Table in MySQL In this tutorial we will learn Create Database, Table in MySQL, also we will learn how to insert, Update, Delete data into MySQL table. MySQL has almost same syntax as SQL Server. In earlier post we had learnt How to Install MySQL in Windows 7. Script: Create schema dummy; use dummy; CREATE […]