开发者

Is there an online tool to build simple tables and test SQL statements? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_Python百科

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I want to be able to create simple tables and run SQL queries on them. I'm talking tables with fewer than 12 items. Is there an online tool to do this? This might seem crazy, but it'd really help as I go between 3-4 computers a day.

Example:

Cats
Cat Names | Age
Marsha    | 5
Melon     | 3

Select * from Cats where Age > 3

Marsha    | 5

Obviously that's a very, very simple example ... but I'm looking more towards testing some trickier SQL statements.

Edit: Not doing support. Right now I'm doing training and presentations. Screen sharing is not an option.


try sql fiddle - it allows you to build your own schema and supports multiple vendors.

rextester supports Sql Server, Oracle, PostgreSQL and MySQL


I just found this tool today:

ideone

It lets you choose from a number of languages (including SQL), write your code and then execute it. Pretty cool

Thanks to FreeAsInBeer for pointing me towards it.


If you're interested in using Oracle, you could sign up for a free workspace at http://apex.oracle.com. That is intended to give you the ability to try out Oracle's Application Express (APEX) product but the APEX development environment (all web based) does have places where you can create tables, insert data, etc. This has the nice side effect of letting you persist the data over time. And, you may find that you enjoy using APEX to build web apps as well.

See steps of creating account on Apex here

http://www.oraclebin.com/2013/01/how-to-execute-sql-queries-online.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜