Best guy out there in analytical field for beginners. Thanks Krish
@kunalkumaraiml2365 Жыл бұрын
Thank you so much sir for such incredible videos.
@write2ruby2 жыл бұрын
Very Important Topics are covered
@dpranay62623 жыл бұрын
if u have two more than 1 column as primary then that key IS CALLED COMPOSITE KEY
@KL1_Khaled10 ай бұрын
Good Job 🌹
@krishj80113 жыл бұрын
Nice tutorial...
@sonquang5273 жыл бұрын
Can you add transcript to your statistics & machine learning playlists. My listening is not good enough. Thanks Sir
@devgarg31303 жыл бұрын
sir in tutorial-3 when you taught about delete statement i implement that and i deleted the middle entry now id which is auto-generated is not in proper order so how to reorder it?
@vishnukumard.s99603 жыл бұрын
Krish Make video on Data scientist all skills for 2022
@prateek.agrawal3 жыл бұрын
will your Complete videos be available on one-neuron? bcoz we have joined bcoz of krish & sudhanshu sir
@ganeshgunjal42203 жыл бұрын
do we have offline lectures for ML course?
@prateek.agrawal3 жыл бұрын
@@ganeshgunjal4220 everything is online
@ganeshgunjal42203 жыл бұрын
@@prateek.agrawal i mean pre recorded lectures. So that we can access it in our time.
@prateek.agrawal3 жыл бұрын
@@ganeshgunjal4220 yes
@dineshrajput24723 жыл бұрын
Dropping unique constraints can be done by below method too: #Another way to add constraint alter table person add constraint unique (age,first_name); desc person; # How to drop a unique constraint alter table person drop constraint age; desc person;
@jimiljoshi79983 жыл бұрын
Sir,Just buy a technuron subscription and feeling good hope will learn complete data science there....Thank you for this platform
@dhruvnayak79223 жыл бұрын
Sir how to update or delete more than 1 data. please give the command line. 😊
@bindu8972 жыл бұрын
Hi Krish, Thank you for this great session. I had one doubt, When we are creating the person table we gave not null and unique for ID column then its displaying as primary key but for first_name col also we gave not null and added unique by altering the table later then why its showing as unique only while describe the table? not as primary key?
@OutofDeCave-lo3vp Жыл бұрын
Hello Krish! Thanks for your dedication and efforts to share your knowledge and experiences with us. I have question regarding ALTER TABLE person part. Why we have used index with DROP ? Second question is , can we write some other word in the place of uc_ ? The complete code is like this ALTER TABLE person DROP INDEX uc_person;
@Sushmitadhital3 ай бұрын
alter table person drop index age; use this one
@oe10s0242 жыл бұрын
Need to check two things: 1. In PERSON table, when you drop index (uc_person), it drops Age from unique key. However, it keeps first_name as a unique key because it was assigned unique_key initially. Can you please explain this? 2. In PERSON1 table, last_name was not assigned to NOT NULL. Later, last_name was assigned as a primary key and subsequently dropped from the primary key. Although it was dropped from the primary key, it remains NOT NULL. Can you please explain this?
@himanshusoni97912 жыл бұрын
I am a DME in a company, I use Google sheets and data studio.I am learning SQL but I think that googlesheet or excel is better then mySQL because of easy to use & Just using formula. So why should I learn SQL or why MNCs use SQL? Because Google sheets can also do same things. Please guide me what is use of mysql over google sheets or excel????
@DesiExploration2 жыл бұрын
because there is a limit that a excel file can handle approx 10 lakhs of rows , and google sheets start crying after 10000 records. coming to SQL, available resources can be extended to manage million of million records and proper relations can be made among the tables. Access level control is there, particular person can access particular data.
@gjayanth9053 жыл бұрын
Sir what is uc_person
@Sushmitadhital3 ай бұрын
alter table person drop index age;
@kartikagarwal38072 жыл бұрын
First prepare yourself before teaching. Giving incomplete and incorrect knowledge can be very dangerous.
@praveenhtiwari91042 жыл бұрын
sir how to contact you if someone is having with any doubt