Тёмный

Entity-Relationship Diagrams: Simple student registration system example 

Mark Keith
Подписаться 10 тыс.
Просмотров 114 тыс.
50% 1

In this example, I show how to create an entity-relationship diagram for a simple student registration system
This playlist is used in two of my books:
1. Introduction to Information Systems
- Contents: app.myeducator...
- Purchase: app.myeducator...
2. Data-Mining Projects and Database Essentials
- Contents: app.myeducator...
- Purchase: app.myeducator...
To request an instructor copy, email me at mark.keith@gmail.com

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@joeysfather2723
@joeysfather2723 4 года назад
The stupid "professor" won't help....RU-vid to the rescue
@danielbelesm
@danielbelesm 4 года назад
thank you for the video. It is simple and understandable.
@loriculberson7886
@loriculberson7886 3 года назад
This is the video I will tell all of my bootcamp students to watch! Great job!
@darylcheung2027
@darylcheung2027 6 лет назад
Thanks for making everything clear. Love your video, keep it up!!
@MarkKeith
@MarkKeith 6 лет назад
Thanks!
@Forestlincoln
@Forestlincoln 10 месяцев назад
wow! awesome er diagram. what's the name of the app you use to draw the er diagram?
@MarkKeith
@MarkKeith 10 месяцев назад
Lucidchart.com
@novahunicorn1817
@novahunicorn1817 3 года назад
God Bless. You made me a better engineer
@luqmanooo5402
@luqmanooo5402 3 года назад
what engineer?
@notahamster333
@notahamster333 2 года назад
Data Engineer, I guess. If there is even such a thing...
@Deiadara
@Deiadara 2 года назад
@@notahamster333 software, computer, cyber secuirty engineers etc need basic database knowledge and have it in their curriculum, you dont need to be a 'data engineer' to know how to use SQL, set up a database for your site, avoid sql injections etc. And ER diagrams are the foundation of all of these
@aseelba5166
@aseelba5166 10 месяцев назад
I need a program like this to design a blueprint related to the stages of student registration at the university. Can you give me the name of this program or something similar, please?
@MarkKeith
@MarkKeith 10 месяцев назад
Yep, this is lucidchart.com. I like it because you can also export the SQL CREATE scripts to generate the database. Many programs will do that though
@aseelba5166
@aseelba5166 10 месяцев назад
@@MarkKeith Thanks u 🤍
@katharinerubin812
@katharinerubin812 6 лет назад
What if you wanted to add a 'department' class. For example, instructors teach under a particular department and departments offer certain courses. Could you simply add that class and connect it to course and instructors?
@MarkKeith
@MarkKeith 6 лет назад
Good question...well, it depends on what rules you want to follow. For example, can an instructor teach in multiple departments? If you want to just keep things simple, I would connect the department class to "Course" since a course is likely to below to only one department. Then you have a simple one-to-many from department to course. Depending on what rules you need to follow, you could also connect department to the instructor class. But, then you need to find out if instructors are allowed to belong to multiple departments. If not, then it's just another one-to-many from department to course. If they are, then you'll need another one of those "association classes" or "linking tables" (whatever your instructor wants to call it) between department and instructor. Good luck!
@bizimunguantoine9752
@bizimunguantoine9752 2 года назад
hello my dear! l want you to help me for making ERD and Physical model of student report management system and student displine.thanks
@Bleu-en2bf
@Bleu-en2bf 3 года назад
Excellent. Thank you! 👍
@hellwalker8602
@hellwalker8602 4 года назад
wont it be 1 to many in case of registration to section
@clentargerototing7318
@clentargerototing7318 3 года назад
why is that other ERD are like flowchart? is it the same as you did? because your ERD is table to table... thanks by the way.
@puneetpatel3305
@puneetpatel3305 2 года назад
Amazing video, thanks Just one thing I'd point out - the student would be able to register for 2 sections of the same course, something we wouldnt want
@mosesnandi
@mosesnandi Год назад
This was amazing! The Excel example made it super clear! What if you needed to show grades and their progress over the years?
@tyanthem3966
@tyanthem3966 Год назад
Awesome video! Can anyone explain the number row please?
@Engycation
@Engycation 4 года назад
Nice video of ERD
@madhumithaelango1460
@madhumithaelango1460 Год назад
Thanks for explaining. I have doubt .. what if the student register for the same student register for the same section twice ? like student Mickey can get registered to the Section 1 for 2 time by mistake . will it not create a redundancy ? I am just confused..
@MarkKeith
@MarkKeith 11 месяцев назад
That’s true; it all depends on the rules you want to enforce and whether the DBMS will allow that or not.
@mademoisellechoko
@mademoisellechoko 3 года назад
You make awesome videos!
@hythamhussein-o1f
@hythamhussein-o1f 11 месяцев назад
is this example normalized
@MarkKeith
@MarkKeith 11 месяцев назад
Mostly, but not completely. I probably could have removed classroom and date/time into their own tables. There are 5ish or so normal forms and usually we find a balance between not normal and fully normal. Generally speaking, most would say this example is “normalized”
@jacobnotte3699
@jacobnotte3699 4 года назад
Thank you!
@AllInOne-ro4vb
@AllInOne-ro4vb 4 года назад
Hi,I want ER diagram of smart hackathon systems
@subinivi
@subinivi 2 года назад
could please show the normalisation for this tables
@londekamsani1726
@londekamsani1726 3 года назад
Easy to understand thank you. But how do you create a work breakdown structure for a student registration system?
@alitajvidi5610
@alitajvidi5610 3 года назад
Great example, easy to understand...Thank you!
@fitfirst4468
@fitfirst4468 3 года назад
you using full premium Luchid chart ?
@MarkKeith
@MarkKeith 3 года назад
No, just the free education account
@neon256
@neon256 2 года назад
What does pk stands for?,
@MarkKeith
@MarkKeith 2 года назад
Primary key - the unique identifier of teach row in the table
@wesleybarnes5376
@wesleybarnes5376 4 года назад
Thanks for this, would you say this is a conceptual, logical or physical model?
@abimbolasheriff454
@abimbolasheriff454 3 года назад
Logical ERD
@cookieusmc
@cookieusmc 4 года назад
Mark what program are you using for this database
@MarkKeith
@MarkKeith 4 года назад
I’m using lucidchart.com to generate the diagram
@মজানেও
@মজানেও 5 лет назад
software name
@ZenAzou
@ZenAzou 5 лет назад
It's a website. google Lucidchart
@Rendon_Official
@Rendon_Official 4 года назад
@@ZenAzou THANK YOU MA FRIEND .
Далее
小路飞嫁祸姐姐搞破坏 #路飞#海贼王
00:45
Logical Database Design and E-R Diagrams
32:23
Просмотров 375 тыс.
Here's The Secret How To Create These Animated Diagrams
11:12
Entity Relationship Diagram (ERD) Tutorial and EXAMPLE
20:26
ER Diagram for Student Registration System
6:39
Entity Relationship Diagram (ERD) Training Video
15:04
Solving one of PostgreSQL's biggest weaknesses.
17:12
Просмотров 197 тыс.
Entity Relationship Diagram (ERD) Tutorial - Part 1
6:10
How to Make an ERD Diagram Chen Notation
11:03
Просмотров 8 тыс.