Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm taking a DBMS course this semester and need a free tool to practice my SQL coding, and to practice my ERD modeling easily, tools such as Eclipse is for Java and Visual is to C#.

We learn SQL 99 with Ramakrishnan's book Database Management Systems, if it makes any difference.

What tools are recommanded for SQL and\or ERD modeling that have a freindly to beginners user interface?

share|improve this question
1  

2 Answers

I think it's hard to beat SQL Express for ease-of-use, basically a free version of a popular commercial DBMS. It will give you an 'employable' skillset also, since the interface is the same as the main product.

http://www.microsoft.com/sqlserver/en/us/editions/express.aspx

Forgot to mention that you can use the Diagram tool to build an ERD of your database, so it helps you visualise your design without needing a 3rd party tool (like Toad).

share|improve this answer

U can download SQL Server Express Edition, or Oracle Express Edition or MySQL

& use newer version of ramakrishnan

Download Oracle here

Download SQL Server here

Download MySQL here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.