Top "Eer-model" questions

The enhanced or extended entity–relationship (EER) model is a high-level or conceptual data model incorporating extensions to the original entity–relationship (ER) model, used in the design of databases.

How do I enlarge an EER Diagram in MySQL Workbench?

I am working on a moderately complex schema in MySQL Workbench, and the single page of the EER diagram is …

mysql mysql-workbench eer-model
How to copy table between two models in Mysql workbench?

I am doing some databese thing, I need copy one table from one model to another, but i try many …

mysql mysql-workbench mysqldump workbench eer-model
Difference between ER diagram and EER diagram

What is the difference between ERD (Entity relationship diagram) and EERD (enhanced entity relationship diagram)?

database entity-relationship erd eer-model
mysql workbench error opening EER

I'm having a lubuntu-64bit and installed MySQL-workbench to open the EER model. but it just doesn't open up.. It …

mysql mysql-workbench eer-model
the difference between mysql server and mysql workbench

I've instaled MySQL workbench in Windows 7 64bit. Unfortunately, I'm facing problems: In the Object Browser, when I click on my …

mysql mysql-workbench eer-model
MySQL Workbench - How to synchronize the EER Diagram

I am creating a visual representation of my existing database with MySQL Workbench and I am able to synchronize the …

mysql mysql-workbench eer-model
Create a new MySQL database using Workbench

I'm just trying to create a new MySQL database with a few simple tables. I created a new EER Model …

mysql database mysql-workbench eer-model
MySQL and Java: table doesn't exist

I have created MySQL DB using MySQL Workbench 5.2.40 CE. At first, I created New EER Model and named it test. …

java mysql mysql-workbench eer-model
How to create EER model from a sqlite db

i'm using sqlitejdbc libraries to create a db using java. Now i need to generate eer model from existing sqlite …

java sqlite entity-relationship reverse-engineering eer-model
How do you create a database in mySQL Workbench that you can connect to with php?

I am trying to create a blank database with mySQL Workbench that I can connect to with php. All this …

php mysql eer-model