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🔥
@BBarters3 жыл бұрын
Glad to be of help !
@OkayBrotherSister2 жыл бұрын
Same in my case
@fishlabsonline3 жыл бұрын
Dude... I'm mind blown by what you illustrated. Just wow
@BBarters3 жыл бұрын
Glad you found it useful.
@hrushikeshkhonde85972 жыл бұрын
Thank you sir ! I was afraiding to step forward to create db but... Now I am starting.... 😌
@danielmadison44513 жыл бұрын
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.
@Lucky-jm5if3 жыл бұрын
ur questions is related to front end and this is all back end stuff....
@saunved3 жыл бұрын
Yeah, I felt the same way while watching the video. However, he has handled this use case well. Looking at the tables, you can see a 1 to many relationship between question => answer tables. That is, one question can have multiple choices (if it is an objective question). So when fetching the question from the database, you can also fetch all the options referred to by question_id in the Answer table.
@lingxu96972 жыл бұрын
This video is the best dw video for de interview that I saw on youtube so far, thanks
@sase10173 жыл бұрын
"The sooner you start coding, the later you finish" haha
@OmPrakash-ot3nr2 жыл бұрын
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.
@BBarters2 жыл бұрын
Glad it was helpful!
@rakeshnarang85452 жыл бұрын
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
@SirMika9 Жыл бұрын
Hi, where is the next video you talk about ?
@TechMedia-it5 жыл бұрын
Thanks so much for this beautifully explained Video!
@NishantSharma-sz5xh3 жыл бұрын
take care of your baby
@sushantkumar89034 жыл бұрын
Crisp clear and very helpful... thanks
@BBarters4 жыл бұрын
Glad it was helpful!
@briancalma56743 жыл бұрын
Dude you nailed it!
@Ahmad-ww4ue2 жыл бұрын
This is pure gold! Chapeau 🎩
@backendninja83334 жыл бұрын
What if I want to use Agile where there is no such thing called "functional requirements". Instead it has "User Stories". Then how can I design my database from user stories?
@sandeepraul72614 жыл бұрын
Got to learn some new things.. thanks!
@BBarters4 жыл бұрын
Happy to help!
@manavdeepsinghgrable4 жыл бұрын
Can I get link to more videos like this.
@vrushangdesai28134 жыл бұрын
Thank you so much bro , love this video :)
@BBarters4 жыл бұрын
Glad you found it useful
@ayushmankumar73 жыл бұрын
This video is helpful. Well Explained!
@BBarters3 жыл бұрын
Glad it was helpful!
@sumanmodak18463 жыл бұрын
excellent explaination
@namratanagvekar68573 жыл бұрын
Smooth explanation
@skullcode88563 жыл бұрын
Great explanation
@saurebhkadaam203 жыл бұрын
where is 2nd part of the video? counldnt find it!
@Noritoshi-r8m11 ай бұрын
Fenomenal lecture, ty very much! What's the link to the next video to this one? I cant find it in your channel
@engsiyad6 жыл бұрын
I love it. Waiting for the next lesson
@BBarters6 жыл бұрын
Thank you for your kind words. I will surely put the next one soon.
@gkarki35 жыл бұрын
@@BBarters sir can you provide me sprint security pdf file . can you also recommend good website and video for creating web app in grails.
@ng4logic3 жыл бұрын
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.
@meetcharola3624 Жыл бұрын
Thanks Alot.
@ramchinthakayala20924 жыл бұрын
Really useful video
@BBarters4 жыл бұрын
Thanks a lot, I am happy that it was useful for you.
@zaccomusic4 жыл бұрын
good video hope you keep update :)
@BBarters4 жыл бұрын
Thank you, I will
@tanvirhasanmonir16273 жыл бұрын
Great video. Thank you so much.
@BBarters3 жыл бұрын
Glad it was helpful!
@solehahrafi85144 жыл бұрын
THANK YOU! Where can i find the next video for ERD?
@BBarters4 жыл бұрын
Will upload that one soon.
@skullcode88563 жыл бұрын
@@BBarters Is it uploaded now?
@SPR13263 жыл бұрын
This is very useful! Where is the following video?
@poojanagaramunnolli Жыл бұрын
Thank you, its informative and helpful. Can you please tell me the schema of this database design is in which data model created?
@codewithabdulrafay4 жыл бұрын
Well explained.. 👍
@BBarters4 жыл бұрын
Glad you liked it
@ZakirHussain-ig4yv2 жыл бұрын
If one product won't have multiple surveys at the same time then you don't need product_survey table, only product table would be enough with a extra column survey_id.
@sharaths34645 жыл бұрын
Very good explanation ,Bro. Waiting for your next video on ER Diagram?
@kellylewis59074 жыл бұрын
good video!
@BBarters4 жыл бұрын
Glad you liked it!
@ramesh56433 жыл бұрын
Very well explained. Can you pleàse also how to model the data into dimensions and facts please?
@wadeshobbies Жыл бұрын
is it reasonable to put product_id on the survey table, and then use productSurvey to capture the current survey for a product?
@mugaigabenjaminj17363 жыл бұрын
how do i access the next vedeos have tried to understand
@skullcode88563 жыл бұрын
in 17:26 the entity survey_id in question would get affected and we can no longer make a join between question and surverys
@papachoudhary54825 жыл бұрын
Thanks! Sir
@sudiptamukherjee82162 жыл бұрын
please can any one clarify how to list out all entities???
@kasdal4 жыл бұрын
Is there a second part to this video? I could not find it. @BBarters. Thank you. Great video btw.
@BBarters4 жыл бұрын
So far only one, I plan to make a couple more soon. Thank you for your kind words.
@kasdal4 жыл бұрын
@@BBarters Thank you for responding. Quick question tho if you got the time. I have a hard time understanding the responder object. How does it relate to the other components?
@kasdal4 жыл бұрын
In case im not clear, does it stand by it's own or do we need to map it with components with whom it shares PK?
@carrot50403 жыл бұрын
Thanks
@DesignStrong3 жыл бұрын
Good video. Hope I will also get similar traction on my videos
@Sh1r4496 жыл бұрын
Thank you
@realme-pl3po3 жыл бұрын
is the second video uploaded yet??
@BBarters3 жыл бұрын
Sadly no. Will work on that.
@AR-ok2qt3 жыл бұрын
00:42 The Sooner you start coding, the later you finish it !
@viks5993 жыл бұрын
Response table is wasting data storage by having response text left vacant for objective questions !
@godgst2103 жыл бұрын
Write the steps to design a database ? Please replay
@SudhirKumar-rl4wt2 жыл бұрын
I was in impression that this application also makes sure that a particular product is first purchased by an user before participating in the survey..that doesnot seem to be taken care here.