Database Administrators
Q&A for database professionals who wish to improve their database skills
Latest Questions
1
votes
2
answers
333
views
How do I resolve having a M:N relationship in my Crow's Foot Model? Am I on the right track?
I am very much a beginner and taking a class on databases. My assignment involves using Crow's Foot notation to represent the following tables: [![enter image description here][1]][1] This is my design for it so far. I am nowhere near done but am I at least on the right track? I would have to use a...
I am very much a beginner and taking a class on databases. My assignment involves using Crow's Foot notation to represent the following tables:
This is my design for it so far. I am nowhere near done but am I at least on the right track? I would have to use a composite entity to resolve the M:N relationships shown with these tables, right?
(Those M:N relationships being Employee to Plan and Benefit to Plan)
Please be forgiving of my work haha.
I really appreciate all of the help and insight!
Hope you all have a good one wherever you are!


RagingCalm
(11 rep)
Jun 19, 2021, 08:48 AM
• Last activity: May 1, 2025, 10:02 PM
0
votes
1
answers
17162
views
Converted ERD into Dependency Diagram 1NF, 3NF
![enter image description here][1] [1]: https://i.sstatic.net/yU44g.png Thats the ERD. I'm studying for an upcoming test and having trouble getting my head around converting this ERD into dependency diagrams. This is from a previous exam that the Lecturer told us to study just btw so he said it will...

David Dornlay
(1 rep)
Aug 19, 2014, 07:48 AM
• Last activity: Jun 19, 2021, 11:24 AM
10
votes
3
answers
20321
views
Visio 2010 and SQL 2012 - Reverse Enginnering
We have upgraded to SQL 2012 and Am trying to reverse engineer our Dbs into Visio 2010. I setup a connecting using SQL 11 driver and Visio complains that that driver is not supported. Any one run into this?
We have upgraded to SQL 2012 and Am trying to reverse engineer our Dbs into Visio 2010. I setup a connecting using SQL 11 driver and Visio complains that that driver is not supported.
Any one run into this?
Scott
(101 rep)
Oct 4, 2012, 06:21 PM
• Last activity: Apr 20, 2016, 03:47 PM
1
votes
1
answers
631
views
How to use timestamp/rowversion data types in Visio?
I am using Visio 2010 to create a ER diagram. When I insert the column names, I can't find `timestamp` or `rowversion` data types. Is there an alternative?
I am using Visio 2010 to create a ER diagram. When I insert the column names, I can't find
timestamp
or rowversion
data types.
Is there an alternative?
Apostrofix
(111 rep)
Oct 14, 2014, 12:10 PM
• Last activity: Aug 11, 2015, 05:54 AM
7
votes
2
answers
4047
views
How to extract a SQL database design into Visio in a manageable format?
I have a database diagram that I would like to extract from SQL and manipulate it to create a user-friendly and easier-on-the-eye ERD. The database contains over 200 tables and I would like to map the tables out to show other how it works to others. I don't want to reverse engineer as Visio reformat...
I have a database diagram that I would like to extract from SQL and manipulate it to create a user-friendly and easier-on-the-eye ERD. The database contains over 200 tables and I would like to map the tables out to show other how it works to others.
I don't want to reverse engineer as Visio reformats the ERD and no longer looks like the model I have in database designs.
I'm aware that you can right-click and copy-to-clipboard however this captures the model as an image which means I can't manipulate it.
Is there an alternative piece of software out there that I'm not aware of?
Russell Jackson
(71 rep)
Oct 12, 2012, 03:37 PM
• Last activity: May 22, 2015, 01:36 PM
9
votes
1
answers
29865
views
How can I import the contents of an Oracle database into Visio to create an Entity Relationship Diagram?
I have an Oracle database, and I would like to create an ERD in Visio 2007 Pro. I have so far looked at DBMS_METADATA.GET_DDL commands to generate DDL. I know that I can import an Access DB into Visio, but it seems that Access understands an SQL dialect which is different from Oracle, so I would nee...
I have an Oracle database, and I would like to create an ERD in Visio 2007 Pro.
I have so far looked at DBMS_METADATA.GET_DDL commands to generate DDL. I know that I can import an Access DB into Visio, but it seems that Access understands an SQL dialect which is different from Oracle, so I would need to tweak every Create Table command to change the data types.
Is there a simple way to create an ERD using DDL in Visio Pro 2007?
kg.
Feb 3, 2011, 08:32 PM
• Last activity: May 22, 2015, 12:04 PM
1
votes
1
answers
1069
views
How can I import Create Table Statement from SQL Developer into Visio to create an Entity Relationship Diagram?
I have the following Create table statement from SQL Developer and I am trying to generate an ERD Diagram using 2003 Visio. I was wondering what I need to do to convert the Create Table from SQL Developer to an ERD Diagram Using Visio. CREATE TABLE “TT_TEAM”.”HR_REVOKED_SECURITY_ORGS” ( “ID” NUMBER...
I have the following Create table statement from SQL Developer and I am trying to generate an ERD Diagram using 2003 Visio. I was wondering what I need to do to convert the Create Table from SQL Developer to an ERD Diagram Using Visio.
CREATE TABLE “TT_TEAM”.”HR_REVOKED_SECURITY_ORGS”
(
“ID” NUMBER NOT NULL ENABLE,
“ACAT_CODE” VARCHAR2(6 BYTE) NOT NULL ENABLE,
“APPR_SEQ_NO” NUMBER(3,0) NOT NULL ENABLE,
“USER_ID” VARCHAR2(30 BYTE) NOT NULL ENABLE,
“ACTION_IND” VARCHAR2(1 BYTE) NOT NULL ENABLE,
“ACTIVITY_DATE” DATE NOT NULL ENABLE,
“COAS_CODE” VARCHAR2(1 BYTE),
“ORGN_CODE” VARCHAR2(6 BYTE),
“POSN” VARCHAR2(6 BYTE) NOT NULL ENABLE,
“MANDATORY_APPR_IND” VARCHAR2(1 BYTE),
“APPR_POSN” VARCHAR2(6 BYTE),
“ORGN_MANAGER” VARCHAR2(6 BYTE) NOT NULL ENABLE;
mayo fadelu
(11 rep)
Aug 7, 2012, 03:29 PM
• Last activity: Oct 7, 2012, 01:04 PM
Showing page 1 of 7 total questions