Hi guys i found this online demo tool to sketch your SQL ERD diagrams.
Although supporting only the great MySQL and SQLite and not Oracle or SQL Server, the tool is amazing from the UI design and usability.
Enjoyed this article?
Follow me on twitter @yuvalararat!











{ 5 comments… read them below or add one }
Oh my God, I managed to develop a powerful database within just few minutes
Q.Draw the ER diagram of the following schema.
1.EMP(SSN,Name,Birthdate,Street,City ,DNO,SuperSSN,Salary)-stores information about emloyees,with SSN as key.
The DNO denotes the department to which they are assignes and the SuperSSN is the SSN of their supervisor.Every employees has a supervisor(assume the CEO has a supervisor with a fictious SSN).
2.DEPT(DNUM,Dname,MGRSSN)-Stores information about the departments such as the unique departments number,a unique department name(Dname),and the SSN of the department manager(every department must have a manager).
3.PROJECTS(PNum,Panme,PLocation,DNO)-information about Projects at the Company,with unique Project number(PNO).
The project has a name and a location and is controlled/managed by a department.
4.WORKS(ESSN,PNO,Hours)information about the projects that each employees works on the number of hours they works on each project.
plz solve there queries….
Hi Furqnaz,
What is the query that you have?
Are you wishing me just to draw the ERD?
Is there a logical issue with the structure?
furqnaz question sounds like a typical problem given for homework in database class. i remember [almost] the same design in a database text book by elmasri and navathe
True, if he only asked for something else then me doing his homework.
Logic problems are much more satisfying then copying.