Hi,
I want to learn SQL with the MySQL Database. I am finding some information on getting started with the SQL using MySQL database.
What are the things anyone should know before starting with the MySQL?
What are the prerequisites for learning SQL?
Which are the topics you should learn in order to master SQL?
Thanks
Hi,
SQL is query language for querying relational databases and it used for inserting/updating/deleting data from database tables.
All the relational databases provides SQL interface for interacting with the databases. It is useful in managing database from command line tool also. For example from Java program JDBC is used for interacting with database.
What are the prerequisites for learning SQL?
Here are prerequisites for learning SQL:
You can learn SQL from following tutorials:
Thanks
Ads