Always 'm watching u'r video after click like Button!
@raghuram86453 жыл бұрын
Thanks Krish..
@krishj80112 жыл бұрын
great tutorials
@prateekagrawal11423 жыл бұрын
Just a request please put interview questions for data analysis with their answers as previously there were just questions and not answers
@ManaviVideos2 жыл бұрын
Alter table Person Drop index pk_person; #Drop multiple primary keys
@anu4240 Жыл бұрын
KRISH IS THIS PLAYLIST SUFFICIENT FOR DATA SCIENCE INTERVIEW ?
@fredyjose74452 жыл бұрын
Please make me understand why we need to mention reference of previous table when ever we add constraint foreign key
@srinivasbogineni4083 жыл бұрын
I have purchased one neuron course but i dont recieve full course on statistics, no body is responding will you solve this issue
@namitaojha78612 жыл бұрын
can you please make a video of explaining what is set foreign_key_checks = 0
@anushagarg7955 Жыл бұрын
@Krish Naik the check constraint is not getting dropped
@Danny0605-DB Жыл бұрын
is it possible to use multiple primary key without using constraint ?
@inayatinu7068 Жыл бұрын
cant we just mention primary key beside not null of id to make the id primary key , similarly to make more than 1 column primary key!
@devgarg31303 жыл бұрын
sir can you pease suggest any good platform where we can practice queries.
@matheuslemos80133 жыл бұрын
Hacker rank
@raeesh23733 жыл бұрын
Sql workbench and cmd if work on those platform you perform anywhere
@MotheJojo Жыл бұрын
hi i got error for this query alter table st_theresa add foreign key(school_pin) references st_little_flower(school_pin); create table st_theresa( id int not null, school_name varchar(50) not null, school_location varchar(60), school_district varchar(70), school_pin int not null, primary key(id) ); create table st_little_flower( id int not null, school_name varchar(65), pin int); alter table st_little_flower add school_pin int; alter table st_theresa add unique(school_pin); error is Error Code: 1822. Failed to add the foreign key constraint. Missing index for constraint 'st_theresa_ibfk_1' in the referenced table 'st_little_flower' pls give me solution
@ranjit23913 жыл бұрын
how to add multiple values in new column ?
@biswajitroy-zp6lk3 жыл бұрын
Sir pls start Neo4j graph database
@adzinja65743 жыл бұрын
Sir I am learning data analyst but I am little bit confused if he is doing data cleaning he need to learn some ML algorithm or not or he only focus on descriptive analysis I hope you solve my query thank you
@ankurkaiser2 жыл бұрын
You need to have an overall idea but majorly you focus on DA and tools. You need to have good knowledge of Python, SQL, Visualization tools, and some cloud services.
@PankajTiwari-hp4pk3 жыл бұрын
Sir please mysql command line par kara dijiye
@Thevamshichary3 жыл бұрын
how to drop check constraint?
@antarabasu122 жыл бұрын
sir how to drop foreign key , I am getting confused, not able to do it. I am doing : alter table department drop foreign key fk_teacherdepartment; desc department; , is this right??
@redrighthand33832 жыл бұрын
don't do entire drop foreign key fk_teacherdepartment just do drop foreign key
@hasanmougharbel80302 жыл бұрын
Hey there, kudos to your great efforts. I have a simple enquiry as an newbie sql learner. Why cant i have more than one primary key in a single table? Thanks for taking care of this.