Link to home
Create AccountLog in
Avatar of Alex Campbell
Alex CampbellFlag for United States of America

asked on

Best SQL Client on ipad

I am looking for a SQL Client to use for practice on an ipad.
I won't be connecting to an online database.
What would you recommend?
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

If you won't be connecting to a database what do you expect a "SQL Client" to do for you?

You mention practice but what type of practice?  Without some sort of database emulation or actual database you are really just practicing typing.

If you actually want to practice SQL to see results, I suggest something web-based like: http://sqlfiddle.com/
Avatar of Alex Campbell

ASKER

I won't connecting to an *online* database such as a corporate database.
Some of the tools I have seen are for people who will be managing a corporate database from their ipad. I will be practicing Sql queries with local database tables that I will create. I have looked Sqlite but I see there
a number of commands it does not support.
>>I have looked Sqlite but I see there a number of commands it does not support.
there will be limitations of this sort in almost any option running on an iPad iThink
(pardon pun)

as suggested sqlfiddle is a very useful tool (SQLite, Oracle, MySQL, MS Sql Svr, Postgres
- but restricted to small amounts of data (the DDL is limited to 8,000 chars)
and I don't know how well that UI works of iPad (but worth trying!)

Do you have a dbms that you particularly want to learn?
Ms Sql Server
ASKER CERTIFIED SOLUTION
Avatar of PortletPaul
PortletPaul
Flag of Australia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer