I didn’t realize how important these constraints were until I saw this! It’s incredible how much cleaner and more reliable my database designs will be now.
@thesohailjafri14 күн бұрын
Glad they helped you!
@sahilchaubey8097Ай бұрын
Thank you for simplifying MySQL for me
@thesohailjafri14 күн бұрын
Happy to hear that! Keep on learning!
@samart3010Ай бұрын
Helpful 👍.
@thesohailjafriАй бұрын
Awesome! Glad you found it helpful.
@ManishDev-c2mАй бұрын
Learning something new with every video of yours
@thesohailjafri14 күн бұрын
This helps me make more!!
@MemoriesFrom-v4uАй бұрын
Wow, this is exactly what I needed! You covered all the key constraints so well, and I feel much more confident working with MySQL now
@thesohailjafri14 күн бұрын
Happy to hear it! Keep grinding!
@shrutijoshi3397Ай бұрын
Great video 👍
@thesohailjafri29 күн бұрын
Thank you shruti 👊
@Shesah-w6cАй бұрын
👑💫
@thesohailjafri29 күн бұрын
Aye thank you so much 👊
@workingdevloperАй бұрын
Loved the explanation! Can you talk about how the FOREIGN KEY constraint behaves when the parent table data is updated or deleted?
@thesohailjafri14 күн бұрын
yes they trigger based on what you have assigned them to
@SAHILRAJESHKUMARCHAUBEYАй бұрын
Just one question: Are there performance impacts of using too many constraints on a single table in MySQL?