Daily Archives: May 11, 2012

Some basic commands of MySql database

Some basic commans of MySql are given below CREATE Command – is used to create a database/table. SELECT Command – is used to retrieve data from the database. DELETE Command – is used to delete data from the database. INSERT … Continue reading

Posted in MySQL | Leave a comment