Skip to main content

Questions tagged [erd]

0 votes
0 answers
40 views

I'm designing a database for a platform where users can post different types of content. Database Engine: SQL Server The system includes: Proposals Experiences Events ##Current Schema Design## ...
lukiplay's user avatar
2 votes
0 answers
68 views

I am building a database for a website that will help me at organizing local tabletop gaming conventions. This being the first time I create a database where the same data will be part of multiple ...
Zachiel's user avatar
  • 121
0 votes
1 answer
100 views

I’m one of the developers behind ChartDB, an open-source tool for database schema visualization, particularly useful for relational databases (RDBMS). Our tool helps users generate ER diagrams to map ...
Jonathan's user avatar
2 votes
1 answer
212 views

Me and my friend are in the process of creating an ER diagram for a professional soccer league, we are both very new to Database so we aren't sure if everything we do is correct. When creating a ...
it's not me's user avatar
1 vote
1 answer
3k views

I have a *.pgerd file that I want to open an view the database diagram. What free tools can I use? I also have access to IntellJ Ultimate Edition, so if anyone knows of plugins I can use, this would ...
user1068636's user avatar
0 votes
1 answer
66 views

Assumptions: A salesperson may sell many cars, but each car is sold by only one salesperson. A customer may buy many cars, but each car is bought by only one customer. A salesperson writes a single ...
허지웅's user avatar
0 votes
1 answer
86 views

I am looking to create a Rails application to interface between users and Azure ChatGPT. I will include my ERD diagram showing a couple of options in building the database tables and table ...
Chris's user avatar
  • 101
0 votes
1 answer
53 views

I am looking for a way to implement historical data with the following EERD (what I have tried, below the image): What have I tried? Temporal tables Didn't work because I use MySQL and it has no ...
user23600793's user avatar
0 votes
0 answers
50 views

I am creating ERD following some database design requirements. This specific part on the ERD is what I am trying to represent. I made the MANAGEMENT entity because it's related to DATE_ACCEPTANCE, ...
Albert's user avatar
  • 1
1 vote
1 answer
462 views

I am designing an Entity Relationship Diagram (ERD) for a database that includes a table with variants annotated by different tools. In this table, each variant is annotated by a specific tool, and ...
user avatar
-1 votes
3 answers
200 views

This ERD has completed 2nd Normal Form normalisation, as every table has a primary key, the data is atomic, there are no repeated groups, and there is no partial key dependency. What are your thoughts?...
McNanners's user avatar
1 vote
1 answer
448 views

Hello Here is my erd and the below my creating table codes; -- This script was generated by the ERD tool in pgAdmin 4. -- Please log an issue at https://redmine.postgresql.org/projects/pgadmin4/...
bershinn's user avatar
0 votes
0 answers
63 views

London Autos has several locations within London and its surroundings, from its humble beginning a decade ago in an east London garage, the business has expanded into a multi-million-pound business. ...
user avatar
0 votes
2 answers
48 views

A teacher could be an evaluator and also be an evaluatee. How can I achieve this?
Mohai U Din's user avatar
2 votes
1 answer
251 views

I have these tables: station and water_types. The user may only have one station, and if the user wants to delete the station, the corresponding water_types must also be deleted. In a station, there ...
JS3's user avatar
  • 125

15 30 50 per page
1
2 3 4 5
27