Search code examples
sqlfiddle

Are there sample tables on sqlfiddle


Are there any default tables on SqlFiddle that I can query from?

I want to try a basic analytical query on a simple table but I don't want to set up the schema and seed data etc.

normally I would do something like select * from all_objects

( http://sqlfiddle.com/ )


Solution