Was able to make a relational data model without any prior experience. This model will be used for many great things.
@lalithasadanandan25024 жыл бұрын
2hr of lecture in 11min 🔥♥️
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@aditya_dede1717Ай бұрын
Great Man. Such KZbinrs are really needed now a days 🤝🏻🥺❤️
@vivekchopra8274 Жыл бұрын
Great video man...... u deserve some applause......I' m having my database exam on 11 th nd i was having confusions in retaional data model. But, I learnt from this vedio, now i fell i can do well in my exam😇
@nothingold5872 Жыл бұрын
How did it go? I got my exam coming soon too lol
@apurbaafiat60129 ай бұрын
Best video ever....don't stop uploading man
@HyperDev003 жыл бұрын
God bless you I was searching for two days for this !! thank you very Much, Bro
@vaiebhavpatil23403 жыл бұрын
was very helpful, u managed to explain 1:n, m:n, derived attributes, multi valued attributes and many other things with a single example, it was great. subscribed :D
@robertsedgewick12664 жыл бұрын
Brilliant video. A gem of a video for this topic, possibility the best on youtube :)
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@robruizr4 жыл бұрын
Shouldn't DepartmentID be part of the Locations table? This instead of LocationID being part of the Department table. Department-Location becomes a 1:M relationship once you convert Locations into a new table, which causes the PKey of side 1 to become a FKey in side M.
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting! I have reviewed the video and the theory behind and your are correct. DepartmentID should indeed be part of the Locations table. Otherwise it will be a 1:N relationship. I will note it in the video and the comments. Thank you for noting this mate.
@mumbaikachallenge55262 жыл бұрын
Thanks!
@saumya92264 жыл бұрын
Thank u so much!! You Cleared the concepts in a single example 😄
@shijajagwa52102 жыл бұрын
this is good lecture can help many people who need to understand about ERD
@Henryfox1124 жыл бұрын
Thank you. The ER diagram website is useful for my database homework.
@barnabasmeszaros82443 жыл бұрын
Hello, I have a question. Revising the Department - Location relationship, I think the Location should store the DepartmentID as multiple locations are available for one single department. So, if I see things correctly, a LocationID in the Department table cannot handle multiple locations.
@proxy50615 ай бұрын
Yes, actually we shud have either one more extra table for deptis locid , dptid will be fk so it can be repeated
@Fikayoz5 жыл бұрын
THIS was quite helpful. Thank you!
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@andrewkontoh60602 жыл бұрын
Great video. Concise and straight to the point. Thanks a lot.
@deadvision222 ай бұрын
thx brother for this best exp. ı know all northern people if they want is the best programmer in the world
@un1kum428 ай бұрын
I am sorry that I have to say, that I as a German, had to laugh about your name but after that you saved my ass with that video.
@ahaleem984 жыл бұрын
Life saver!!!! Extremely simplified and well explained ❤❤❤❤❤
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@honey-py9pj3 жыл бұрын
Why for the relation "works on" we created a seperate table, but for the others relations ("work for" .. and so on) we added attributes to the already existed entity sets instead?
@mealsome52863 жыл бұрын
this is probably very late but we did that because its a many to many relation
@mando29082 жыл бұрын
Finally non indian youtuber 😁
@ziyadAlshareef049 ай бұрын
does not matter
@easmund66807 ай бұрын
@@ziyadAlshareef04matter
@proxy50615 ай бұрын
,😅 we don't have 500+ genders in our country 😂, and just to add 😂 u r non Indian youtubers are busy in prawn 🍤 sites
@asem81033 ай бұрын
indians are awesome
@M_35532 ай бұрын
Raci$t
@auditor99272 ай бұрын
there is a small remark: relation manages has an attribute so it should be converted into a table having 2 tables PK in addition to attribute start date
@anuragnagpal3 жыл бұрын
Hey this video is really helpful!! Can you post more on creating ER diagram from a given situation/problem statement?
@paraschavan4854 жыл бұрын
Very helpful video... Helped me a lot in my exam
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@obinnankwocha32764 жыл бұрын
Why was the derived attribute ignored? Also, can the StartDate attribute rather be in the Employee table? thanks!
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting! We can calculate / query the derived attribute value based on the other attributes in the DB, therefore a derived attributed should not be created in the DB.
@sinastb Жыл бұрын
Hi, thanks for the video. BTW, link to conversion guide is not working.
@VsEdits59 Жыл бұрын
yup same here
@snehashrinivas217310 ай бұрын
Thank you for this video! Extremely helpful.
@afshanparkar26783 жыл бұрын
Please could you share the guide that you showed in the video to translate ER diagram to the Relational Data Model.
@provishu3 жыл бұрын
Super and very easy to understand ! Just like a school teacher.
@zo26004 жыл бұрын
Great explanation. Simple to understand. Thank you so much...
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@ramashivareddy68712 жыл бұрын
Great video cleared all doubts and very good explanation
@sakshamjain39987 ай бұрын
Thankyou for the lecture sir it cleared my doubt
@dswalkij3201 Жыл бұрын
Thank you very much. It helps with my assignment.
@JohnWick-tv6wr Жыл бұрын
Great Explanation. I have one think to say. I think you missed a Derived Attribute called NumbersOfEmployees. Is there any intention for that? If you really missed it, give me a idea how to do that. Thank you.
@cc220793 жыл бұрын
Great video I have to do this whole presentation for class and also do the data input in sql
@dreamygroves4 жыл бұрын
Q1: CONVERT Following Entity Relational Diagram into Ralations and also write SQL commands for designing these relation into Oracal Database. This question solve from the given table in video
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@namvu607 Жыл бұрын
Extremely useful, thank you for sharing sir.
@presentlee94034 жыл бұрын
My English isn't good. His accent is just fine for me. Good work dude!
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@architshinde39774 жыл бұрын
Very helpful, cleared a lot of doubts : )
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@iamhaizam4 жыл бұрын
Thank you very much bro♥️ You are a life saver!!
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@janhavishrivastava99794 жыл бұрын
Thank you sir for very clearly explaination
@twenty1pilots_st2 жыл бұрын
Thank you so much bro, video is super helpful
@saud892 Жыл бұрын
Thank you for the tutorial, can you provide a new link for the ER conversion guide.? Since the one in description doesn't work. Thanks
@thuatnguyen49423 жыл бұрын
so touching for an excellent video
@sphiwemposula57874 жыл бұрын
Very helpful. Thanks alot
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@misshello552 ай бұрын
Love uuuuuu 💋💋💋💋 a savior fr
@bhusandatta19684 жыл бұрын
Thank you, Easy to understand
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@mohsenmohamed5932 жыл бұрын
Very nice very awesome pls go ahead with a new lessons 😂❤️❤️❤️
@indian_otaku23882 жыл бұрын
Unfortunately the link to conversion guide aint working for me 😥. Great video btw thanks 🔥🔥🔥
@yashikaarora14602 жыл бұрын
thank you sooo much for this explanation
@chaosolid4 жыл бұрын
I think it didn't include the constraint, participation(full/partial) ...
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@sumantech103 жыл бұрын
Thank you, sir ...all concepts are clear
@srenspangsbergjrgensen24193 жыл бұрын
Hey Suman, and thank you for stopping by the video!
@omerutkuerzengin30612 ай бұрын
Du bist toll!
@speconcloud9 Жыл бұрын
what to do when the relationship is 1:1?
@kopanogould40704 жыл бұрын
perfect and well explained thank you
@srenspangsbergjrgensen24194 жыл бұрын
Hey Kopano and thank you for watching the videos!
@yasurfer3 жыл бұрын
Very interesting video except for the normalization 1NF, 2NF ... XNF especially for the table department.
@johnkasonga66342 жыл бұрын
Thank you for the tutorial. But I had question about the NumberOfEmployees attribute. Did you ignore it or it doesn't belong anywhere?
@the-master-of-jizz2 жыл бұрын
very helpful video! However, they taught me an attribute on a 1 to many relation isn't allowed (startDate on the relation 'manages') is this correct?
@saada46684 жыл бұрын
Very helpful. Thanks alot, but I think that the relationship of Employee manages Department is one to one relationship not one to many. THANKS
@whatever73384 жыл бұрын
IRL one person can manage multiple departments.
@Sebastian-zs8cp4 ай бұрын
What im not anderstand the Location in Two Babbel. Why do you dont use the racktingle and reagionships?
@fevancampenhout75762 жыл бұрын
hey! thanks for this video :)) I can't get access to the link of the guide tho...
@aibknada13004 жыл бұрын
thanks please can you answer me 😔 can we move ProductId to department table ? we can have relationship right??
@srenspangsbergjrgensen24194 жыл бұрын
If you refer to ProjectID then no, since Department-Project has a 1:N relationsship and therefore we must put a Foreign Key from the 1-side (departmentID) to the N-side (Project table). Hope it makes sense.
@aibknada13004 жыл бұрын
@@srenspangsbergjrgensen2419 thnx
@HX-uq2gr Жыл бұрын
That's amazing thank you soooooo much!!!
@dugtrioramen3 жыл бұрын
It still looks like DepartmentID can only have 1 LocationID. How would you have multiple locations?
@toronto83235 жыл бұрын
Great Video. Is the guide available for sharing?
@srenspangsbergjrgensen24195 жыл бұрын
If you mean the video, then yes. It is public.
@satashreeroy16524 жыл бұрын
@@srenspangsbergjrgensen2419 Is that conversion guide available for sharing?
@painyahiko84503 жыл бұрын
Thanks for the video but you made table for works on but didn't make one for manage why?
@Issam_seb Жыл бұрын
for the multivalued location is it better to put the PK of the department on the location table as a foreign key?
@chamilsachintha96983 жыл бұрын
Thank you so much. very clear
@coin52073 жыл бұрын
Really helpful video!
@zixinyin27574 жыл бұрын
very helpful, thank you!
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@nedaghamari7902 Жыл бұрын
Many thanks really helpful.
@deeptha20 Жыл бұрын
why manage relation didn't create new table because it has an attribute called startdate, because you create it for workson relational with hours attribute.
@krishnaTiwari8512 жыл бұрын
thank you very much.... i appreciate you
@fcb4281 Жыл бұрын
Great video thanks 👍
@bassamtk7144 жыл бұрын
this tutorial is awesome ✌✌✌
@FabrikaKarpos-lf2cu3 ай бұрын
does it matter which way the arrows point when connecting the tables at the end?
@YaredGirma-o9q29 күн бұрын
Yes,ofcourse
@virusthekid Жыл бұрын
Aren’t we supposed to take the primary key on the many side and store it in the 1 side?… I’m just asking cuz that’s what our lecturer taught us
@nuraleesajuani36444 жыл бұрын
How do you convert an eerd to a relational model? Where they have subtypes.
@Kokurorokuko2 жыл бұрын
There are many ways. You can have children table with duplicated attributes. Or a parent table and children tables. Or a parent table with attribute type referencing Type table. It also depends on if it's a overlapping/disjoint total/partial inheritance.
@FabrikaKarpos-lf2cu3 ай бұрын
are there any examples with more complex models? with double line relations?
@Engycation4 жыл бұрын
nice video about ERD
@honglinhvuong3736 Жыл бұрын
Thanks for the video, but the conversion guide is inaccessible
@abhishekdhyade75003 жыл бұрын
The multivalued location table should have had dept I'd instead of the dept table having location id? Also the start date should have belonged to employee table and not the dept table. Can anyone help me out here?
@KrishnaSeshu3 ай бұрын
Conversion Guide PDF - NOT FOUND
@srenspangsbergjrgensen24193 ай бұрын
spangsberg.net/dl/FromERToRelationalModel.pdf
@parthik6223 Жыл бұрын
is that relational model or crow foot model?
@MAXHTEC94XQCL2 жыл бұрын
Q: Shouldn't the derived attribute be added at the Department table? If No what's the point of having it?
@anujsharma89154 жыл бұрын
@Søren Spangsberg Jørgensen Can you please share the guide, that you showed in the video?
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting on it. You can find the guide here: learningeachday.dk/docs/FromERToRDMConversionGuide.pdf
@truegamingbyjadon366210 ай бұрын
For one to one relationship we have to create a different table?
@mohamedhashem19384 жыл бұрын
life saver thanks man
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@kiranghimire60704 жыл бұрын
so satisfying🔥🔥❤️❤️
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@puppettrailers78604 жыл бұрын
Thank you for explaining C:
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@AgusJanardana4 жыл бұрын
Thanks for explaining, this was i search for for exam xD
@sureshmakwana87093 жыл бұрын
You didn't taught how to map that "NumberOfEmployees" derived attribute to Relational data model!!
@chandanhegde6313 жыл бұрын
Derived attributes will not be added as columns to the table. That's the rule. It is 'derived' right? Derived from other attributes
@sakshi_malla2 жыл бұрын
Someone please tell me why the startdate attribute is in the department table?
@brahimchebli77814 жыл бұрын
Perfect , God bless you ..
@itsanurag11118 ай бұрын
why to put startdate inside department
@kashif31733 жыл бұрын
Sir, department table should have projectID as foreign key
@SyedDanishTech4 жыл бұрын
Nice Content, Keep it up.
@srenspangsbergjrgensen24194 жыл бұрын
Hey and thx for watching and commenting!
@MOM7771003 жыл бұрын
you are the best!
@xsaberalter3 жыл бұрын
Thank you very much!!
@tungochuy4 жыл бұрын
thank u so much
@hamiltonrose9500 Жыл бұрын
hi, what happened to the relations 'manages' and 'works_for'?