Thank you for the explanation. I totally forgot this, after a long time not developing, My reference material are missing and google was not helping like after 1 hour i found this video. I guess its harder when you forgot and trying to specifically get the info you want then learning back all over again
I really appreciate your effort for sharing knowledge and like it. But one suggestion when ever you start any series please complete that and start another series.
This is a great piece on information, thank you Sir. Could you show at some point how to do a code first EF Core CRUD with similar composite key example like this one and UserId is ASP NET Identity GUID? I've tried it many times but always something goes wrong.
how to composite foreign key and how composite primary key physically order and saved. how the lookup work for this table... i mean analysis of execution plan
Hi venkat, recently an interviewer asked me to write a select query to select all the 3 values('a', 'b', null) from a column and replace the null value with 'c'. Can you please suggest the correct approach?
Hi Venkat, Your videos are very helpful to me. Thanks for your time and the way of your explanation. I have a question here. In composite primary key, how the indexes work? Since there are two primary keys, two clustered indexes will be allowed ?
@KudVenkat Hi Can you please explain on how to handle a scribbled Date format like '0002-03-21' to expected result '2021-03-2021' Can you please explain THank you in advance
Hello kudvenkat please upload design patterns and solid principle.In your channel it is already there but I did not understand properly.Your explanation is awesome because of you I learned dot net.If possible please do videos on above that will be more helpful for us .
8+ years you were uploading videos . Dedication and Explanation is pretty awesome. You are my Guru. Thank you very much @kudvenkat.
you are the best on explaining sql DB! I like your voice loud and clear!!
Dear sir, your videos clear all doubts..
As always something new to learn from you...thanks a lot sir..
Clearer cut explanation ..thank you Venkat
Your video is so helpful and clear all doubts! Excellent, thanks.
Thank you for the explanation. I totally forgot this, after a long time not developing, My reference material are missing and google was not helping like after 1 hour i found this video. I guess its harder when you forgot and trying to specifically get the info you want then learning back all over again
I really appreciate your effort for sharing knowledge and like it. But one suggestion when ever you start any series please complete that and start another series.
Thanks for clear example Venkat.
Mr kudvenkat please upload all Data science courses like R, Python, Hadoop.... Waiting for that from you
This is a great piece on information, thank you Sir. Could you show at some point how to do a code first EF Core CRUD with similar composite key example like this one and UserId is ASP NET Identity GUID? I've tried it many times but always something goes wrong.
Thank u for all your awesome videos
how to composite foreign key and how composite primary key physically order and saved. how the lookup work for this table... i mean analysis of execution plan
Hello sir, i haven't found any videos related power automate tool. So i insist you to please upload any video to make it more understandable. Thanks.
thanks for your work !
Please upload a video on populate value from one drop down list on another using foreign key constraints in mvc
Sir please complete azure tutorial series. 🙂🙂
yes left half.
Venkat sir Can you please start Course on React JS
Already there
@@SoftwareDevelopmentUIBackend link Please
@@ramanjaneyulu5118 th-cam.com/play/PL6n9fhu94yhVpO8VBlUXbxKUuG-n2b1bL.html
Hi venkat, recently an interviewer asked me to write a select query to select all the 3 values('a', 'b', null) from a column and replace the null value with 'c'. Can you please suggest the correct approach?
I guess this should work..
Select from table where column in ('a', 'b', coalesce(null, 'c'))
@@annukumari9629 I answered same. But was not sure if it was right.
@@annukumari9629 more like this:
select coalesce(column, 'c') as OutputColumn from table where column in ('a', 'b') or column is null
Select COALESCE(a,b,isnull('',c) from table
Hi Venkat, Your videos are very helpful to me. Thanks for your time and the way of your explanation.
I have a question here.
In composite primary key, how the indexes work?
Since there are two primary keys, two clustered indexes will be allowed ?
Still confused on composite pk 😕 you say no duplicate rows but on the Autors_book you had 1, 1 on both columns across the rows
How is composite primary key physically stored in the database? Pls make a video like u already did for primary, heap table, rid lookup
Thanks dude!
@KudVenkat Hi Can you please explain on how to handle a scribbled Date format like '0002-03-21' to expected result '2021-03-2021' Can you please explain THank you in advance
Thank You Very Muchhh :)
Very nice teaching method
Your translation area hide your codes... Unable to view your full code...
Superb❤
Looking for react ja with.net. pls
Very helpful
Thanks Venkat
Awaiting more videos on azure .
Thank you sir ji
Thanks buddy
Good One
Could upload devops tutorial completely for beginners to professional
Sir please do videos in power bi
Please complete azure remaining concepts sir
Hello kudvenkat please upload design patterns and solid principle.In your channel it is already there but I did not understand properly.Your explanation is awesome because of you I learned dot net.If possible please do videos on above that will be more helpful for us .
That's good
Need this with front end
Upload progresive web app toutorials
Composite Primary Key
noticeable progress in English)