Posts: 8
Threads: 2
Joined: Oct 2012
Reputation:
0
I should use MySQL or SLQ?
Please tell me.
Posts: 52
Threads: 1
Joined: Aug 2012
Quote:
Originally Posted by GreekScripter
I should use MySQL or SLQ?
Please tell me.
|
SQL*
Isn't there a difference between the two? I forgot what it was.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
SQL is the language itself. It's used within multiple database systems, including MySQL, SQLite, Microsoft SQL Server and even Microsoft Access.
Posts: 8
Threads: 2
Joined: Oct 2012
Reputation:
0
But what's the difference with MySQL ?
Posts: 311
Threads: 28
Joined: Aug 2007
Reputation:
0
MySQL is a RDBMS (Relational Database Management System) and SQL is a language for querying databases (like MySQL). The basic functions of SQL are usually the same on almost all RDBMS like Oracle, Sybase or DB2 but each of those databases have their own advanced functions.
You can start learning SQL with MySQL which a very used database.
Posts: 8
Threads: 2
Joined: Oct 2012
Reputation:
0
Thanks.
I am looking forward on making my own MySQL gamemode.
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
If you're not planning on saving a lot of things, but want to learn the SQL syntax, as well as have the file easily accessible in the server files diction of your SA-MP server folder, look into SQLite.