How do I build the ER diagram, that I built in Visio, back in to D

J

Joji

How can I create tables and relations from Visio diagram, back to the Database?

Let me reframe my question:

I want to create emp table defined in Visio as data base table
with coulmns
(empno number(8)
,empname varchar(20)
,department number(8))
 
Top