Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online databases for trying out Oracle SQL queries? [closed]

I am studying for an undergraduate databases course.

I'd like to know if there are any online sites that allow me to do queries against an already built and populated database (with a known schema), so I didn't have to install SQL and populate it with data myself.

I am currently doing some exercises by hand on a workbook I have here, but I'm a bit afraid that I might be doing them wrong and it's hard to check their correctness without testing them against the "real thing".

Thanks

(In our course we are using Oracle)

like image 618
devoured elysium Avatar asked Jan 31 '11 05:01

devoured elysium


People also ask

Can I use Oracle Database online?

Get instant access to the Oracle Database and learn from a collection of community scripts and tutorials. Write your own SQL scripts and easily share with others. All you need to get started is your Oracle.com account.


1 Answers

Have you tried SQLZoo ?

You can (for free) install SQL Server 2008 R2 Express Edition, and download and install already populated databases (such as AdventureWorks2008) from here. Both installs are straight forward.

like image 182
Mitch Wheat Avatar answered Oct 03 '22 15:10

Mitch Wheat