0

Is it possible to convert My ER diagram/database from MYSQL WORKBENCH to MS ACCESS?

Will it include all the tables with their relationships to each other?

(foreign keys, data types one to many designations etc. ?)

Gabriel
  • 405
  • 1
  • 6
  • 16
  • mysql workbench is the name of a software used to access the database mysql. you are trying to transfer from mysql to ms access. workbench is the tool you used to use and is not mandatory. – Neville Nazerane Dec 08 '17 at 04:03

1 Answers1

0

You can check this for information on transferring from mysql to ms access.

https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-import.html

These tools generally copy all table constraints as well.

Neville Nazerane
  • 6,622
  • 3
  • 46
  • 79