Do you know some good tutorial or site for learn? can you help me. I want to learn how integrate scripts.
http://www.w3schools.com/sql/sql_intro.asp As usual w3 school has well written information to give you the basics and gives examples in MS SQL, MySQL and Oracle. Doesn't go as far as doing triggers, stored procedures etc but then most web programmers dont go that far either.
@AstarothSolutions You have mentioned great resource to learn more about mysql, sql database. It's a very useful for newbie like me. Thank You.
the mysql site itself is a great resource most google searches will show this as a resource anyway http://dev.mysql.com/
lots of pdf books are available...Sql is common ...then chooose what u have to do oracle.,mysql, ibm db2
You can use Mysql Database for scripting. For using any database from script you need three basic entities, that is database name, username and password. For all script you can use same values to create table with specific name . create your own database and modify the scripts.
Hi very useful tutorials on SQL on w3schools.com Explained with beautiful examples. For web development/ mySql tutorials visit this: webdevelopersnotes dot com Hope this helps !!!
i would recommend using mysql with language such as php so you can really understand how it works as it is hard to do so with no reference
Hi, If you want to start database with scratch i would suggest you. start with w3schools . com its best online tutorials for fresher.
I recommend going to your library and finding MySQL for Dummies and work from there. MySQL is the easiest to start learning off of. Once you get the hang of that, you should find a db type you want to learn about and try and find help sites and books you can read.
As suggested by every one W3 School is good website. As a beginner you need to install some sample database engine start playing with it get the general operation documented with you and start creating those objects once you will start doing this you will automatically learn concepts. Once you will start writing query you will found it more interesting. Choose your database engine as per your requirement and start practicing. I started on SQL server directly and working on it for last 6 years. For sql server you can also look into MSDN.