View previous topic :: View next topic |
Author |
Message |
benlue Moderator
Reputation: 0
Joined: 09 Oct 2006 Posts: 2142
|
Posted: Tue Mar 13, 2007 5:20 am Post subject: SQL explanation. |
|
|
The Basics to know what SQL is(not teaching how to make it):
SQL is ( structured query language ) is the language of database . Many games are using SQL such as maplestory . Their ranks on their website is run by SQL .
Database Table
The database table is very important as it stores the data (DUH !) Many are used as a table as it is more easy and organised .
Start off your table with a name for it, and include the Data once you've made up a name .
Different types of tables
User table
Have you guys ever wondered how a website like Cheatengine.org makes the online members appear on the *user's browsing this forum* ?
That's SQL ! It stores all sorts of data such as your password, profile information and maybe even reputation .
That's a simple SQL database table .
( Currently making a SQL tutorial ) |
|
Back to top |
|
 |
jongwee Moderator
Reputation: 0
Joined: 28 Jun 2006 Posts: 1388 Location: Singapore
|
Posted: Tue Mar 13, 2007 5:43 am Post subject: |
|
|
you forgotten to add a Code: | using namespace std; |
on your sig. _________________
|
|
Back to top |
|
 |
benlue Moderator
Reputation: 0
Joined: 09 Oct 2006 Posts: 2142
|
Posted: Tue Mar 13, 2007 5:53 am Post subject: |
|
|
oops ! i'll just add SQL on my sig. |
|
Back to top |
|
 |
|