How to design database for a project

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I failed in an interview of design (my first one which is unexpected😅) because I directly jump into making tables and relationships and I am confused about what did I do wrong in that now I got it how to approach these problems. thanks a lot sir🔥

abhishekvishwakarma
Автор

Thank you so much. You actually showed the concept of a foreign key. One thing I don't think you addressed and glosses over was how to handle multiple answers (Check Boxes). This is a major database question I don't know how to solve. Thanks again for an excellent video.

danielmadison
Автор

Thank you so much for making this video. This is by far the most useful video I have found on the internet to approach these type of problems.

OmPrakash-otnr
Автор

Thank you sir ! I was afraiding to step forward to create db but... Now I am starting.... 😌

hrushikeshkhonde
Автор

"The sooner you start coding, the later you finish" haha

sase
Автор

This video is the best dw video for de interview that I saw on youtube so far, thanks

lingxu
Автор

Thanks so much for this beautifully explained Video!

TechMedia-it
Автор

thank you brother for this video
very helpful in understanding how to break down problem statement in functional entities and then creating tables and relations among them
thanks a lot

rakeshnarang
Автор

Hi, where is the next video you talk about ?

SirMika
Автор

I think you have bad design in tables question and survey because your design implies that each survey has its own questions because you have survey_id in question table, problem is if you have same survey, same question for every survey. I think in that case you should remove survey_id from question table and add new table something like SurveyQuestions which would be connection between question and survey (obviously) and it will have survey_id and question_id and answer_id with composite primary key, so basically classical many-to-many relationship. In that case you could have hardcoded question in db and just insert into SurveyQuestion which survey which question and which answer.

nglogic
Автор

Crisp clear and very helpful... thanks

sushantkumar
Автор

Fenomenal lecture, ty very much! What's the link to the next video to this one? I cant find it in your channel

Noritoshi-rm
Автор

Got to learn some new things.. thanks!

sandeepraul
Автор

Can I get link to more videos like this.

manavdeepsinghgrable
Автор

This video is helpful. Well Explained!

ayushmankumar
Автор

in 17:26 the entity survey_id in question would get affected and we can no longer make a join between question and surverys

skullcode
Автор

Very good explanation, Bro.
Waiting for your next video on ER Diagram?

sharaths
Автор

how do i access the next vedeos
have tried to understand

mugaigabenjaminj
Автор

please can any one clarify how to list out all entities???

sudiptamukherjee
Автор

Is there a second part to this video? I could not find it. @BBarters. Thank you.
Great video btw.

kasdal