Posts: 759
Threads: 80
Joined: Oct 2012
Reputation:
0
What are good gm to download to learn MySQL from?
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Actually, SQL and MySQL has the same language.
So i recommend you learning SQL first.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
There are major differences to consider when using a real SQL database instead of the quite simple MySQL, so you indeed need to "learn" mysql. However i always say "learning" mysql is a kinda useless term, as you just need to know 5 statements to realize everything youll ever need for a samp database: SELECT, UPDATE, INSERT, DELETE, (CREATE). "Learning" those can be limited to googling their syntax.
Posts: 759
Threads: 80
Joined: Oct 2012
Reputation:
0
I THINK U SO MUCH FOR ALL YOUR HELP