About 53 results
Open links in new tab
  1. mysql - Can anyone suggest a good Data Modelling Tool/ Data …

    Apr 19, 2012 · There is a freeware edition of the Toad Data Modeler. Toad Data Modeler supports Oracle database, MS SQL Server, MySQL, PostgreSQL, MS Access and other database platforms.

  2. How do you connect to a MySQL database using Oracle SQL Developer?

    Sep 18, 2008 · 65 I have Oracle SQL Developer already installed and am able to connect to and query Oracle databases. Using Help -> Check for Updates I was able to install the Oracle MySQL Browser …

  3. sql - Use generated script from Oracle DataModeler to make database …

    Feb 1, 2015 · You say phpmyadmin - that's for MySQL. You should know that we don't have true support for MySQL in Oracle SQL Developer Data Modeler, just a generic ANSI SQL over a MySQL …

  4. database - What's the difference between identifying and non ...

    Apr 18, 2009 · 3 Like well explained in the link below, an identifying relation is somewhat like a weak entity type relation to its parent in the ER conceptual model. UML style CADs for data modeling do …

  5. How to generate an entity-relationship (ER) diagram using Oracle SQL ...

    Jul 5, 2011 · I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool. What is the process for creating an ER diagram in SQL Developer?

  6. Oracle Data Modeler - Diagram notation - Stack Overflow

    I'm using Oracle Data Modeler to generate relational designs for an existing database. It generated a diagram, but I'm not able to decode all the notations in the diagram. Some notations: arrows …

  7. Generate DDL script for MySQL in Oracle SQL Developer

    Dec 28, 2021 · I made a relational model in Oracle SQL Developer and I want to make tables in MySQL Workbench. I generated the DDL script in SQL Developer and copied it in MySQL Workbench.

  8. mysql - What's the best way to design an Entity / Relationship Model ...

    Feb 20, 2015 · MySQL EER Workbench does not do true entity modeling - it is modeling tables, you are correct. If you want true ER modeling I suggest Oracle's newly released ('Early Adopter') SQL …

  9. mysql - How to convert Logical Data Model into the Physical Data …

    Mar 14, 2014 · The correct method is to go back to your use cases and work how, and, how often the data will be accessed. A reasonable 3NF physical data model derived directly from the logical model …

  10. How to generate tables from ddl - SQL Data Modeler to SQL Developer

    Oct 12, 2018 · I have generated a ddl file with the SQL Data Modeller tool. However, when I try to import the ddl script, it executes but there aren't any tables under the tree node view (except the system ones,