Learning basic SQL - is there a place where I can create my own table and test syntax

theNEOone

Diamond Member
Apr 22, 2001
5,745
4
81
Title says it all. Online tool preferable because I'm on a Mac and everything that's available for download seems to be Windows only.

Cheers and thanks!
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
For MySQL, consider the OS X version of XAMPP - this gives you an Apache web server with PHP, MySQL and PHPMyAdmin friendly front-end to MySQL.

With this you can use either raw SQL or the front end to create and edit tables. It's handy to be able to use the front end to browse tables and run queries.

http://www.apachefriends.org/en/xampp.html
 

Rakehellion

Lifer
Jan 15, 2013
12,181
35
91
SQLite comes installed on every Mac. Or you can download MySQL if it isn't installed already.