Completely new to MySQL
Moderator: General Moderators
Completely new to MySQL
Can someone just tell me what exactly the databases are used for? Do I upload files onto them? Do they store user information? Someone please tell me!
You can think of a database like a <table> in HTML, mainly because a database has rows and columns. You insert information as rows as shown in this example. Here is a visual example:
http://duffdesigns.net/db.html
You can search these rows and columns for specific information using SQL (Structured Query Language).
Heres a good starting tutorial for using databases and SQL:
http://www.devshed.com/c/a/MySQL/Speaking-SQL-part-1/
http://duffdesigns.net/db.html
You can search these rows and columns for specific information using SQL (Structured Query Language).
Heres a good starting tutorial for using databases and SQL:
http://www.devshed.com/c/a/MySQL/Speaking-SQL-part-1/
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
The tutorial I used when I learned the general SQL syntax and the such is http://www.sqlcourse.com/