Posts Tagged Database

SQL For Beginners Part 2

previewAnother article published on Nettuts

http://net.tutsplus.com/tutorials/other/sql-for-beginners-part-2/

It is important for every web developer to be familiar with database interactions. In part two of the series, we will continue exploring the SQL language and apply what we’ve learned on a MySQL database. We will learn about Indexes, Data Types and more complex query structures.

Read More

Tags: , ,

SQL for Beginners

previewAnother article published on Nettuts

http://net.tutsplus.com/tutorials/other/sql-for-beginners/

Most modern web applications today interact with databases, usually with a language called SQL. Lucky for us, this language is quite easy to learn. In this article, we are going to start with some basic SQL queries and use them to interact with a MySQL database.

Read More

Tags: , ,