01:27 Primary key and foreign key constraints in relational databases 02:54 Creating a primary key in a database for unique identification 04:21 Foreign key creates linking between two tables 05:48 Foreign keys link the primary keys of two tables, enabling joint operations. 07:15 Creating a students table with primary and foreign keys 08:42 Creating a city table with id as primary key and city_id as foreign key 10:09 City ID 522 is located in city ID 609 11:29 Enforcing primary key and foreign key constraints is crucial in large-scale relational databases.
Jab ap kisi column ko primary key set krtay ho to unique constraint lganay ka faida hi nahi q k primary key k column ki hr value unique e hoti hai. Primary key or Unique constraint mein difference ye hai k Primary key hum table k kisi aik column pr lga sktay hain jabkay unique constraint hum table k multiple columns pr lga sktay hain
5. What is a foreign key? Write a query to implement the same in MySQL. This is one of the prevalent MySQL queries interview questions for both beginner and experienced candidates. A foreign key is used to connect two tables. A FOREIGN KEY is a field (or assortment of it) in one table that alludes to the PRIMARY KEY in another table. The FOREIGN KEY requirement is utilised to forestall activities that would crush joins between tables. To assign a foreign key, it is important to mention it while creating the table. It can be assigned by invoking the FOREIGN KEY query. Something like this: FOREIGN KEY (Any_ID) REFERENCES Table_to_reference(Any_ID)
@@pulkitjadoun8596 pehle apko 1st table Banna hai jismein apko primary key rakhna hai jo apka 2nd table ka foreign key hoaga means apko pehle 1st table ka primary key create karna ho ga tabhi to ap usko 2nd table mein foreign key aur reference de payenge
01:27 Primary key and foreign key constraints in relational databases
02:54 Creating a primary key in a database for unique identification
04:21 Foreign key creates linking between two tables
05:48 Foreign keys link the primary keys of two tables, enabling joint operations.
07:15 Creating a students table with primary and foreign keys
08:42 Creating a city table with id as primary key and city_id as foreign key
10:09 City ID 522 is located in city ID 609
11:29 Enforcing primary key and foreign key constraints is crucial in large-scale relational databases.
Great explanation of this topic.
sir great work I had search more then 10 tutorials to find this concept but now it is clear
what a great work sir
Great....amazing technique
Sir table banai hai lekin bol rha hai referencing column city_id and referenced column cities (id)is incompatible.😢
Best Explanation sir
I have a good doubt sir if we use primary key while creating columns then unique constraint ka koi use nhi hoga?
unique key mysql accept hi nhi karaga because 1 column pa 2 constraint nhi hote
Jab ap kisi column ko primary key set krtay ho to unique constraint lganay ka faida hi nahi q k primary key k column ki hr value unique e hoti hai. Primary key or Unique constraint mein difference ye hai k Primary key hum table k kisi aik column pr lga sktay hain jabkay unique constraint hum table k multiple columns pr lga sktay hain
@@Bhumi_rai2 constraint ho sktay hain. Mainy try kiya tha or mere accept hogaye thy
PRIMARY KEY is parent
(confirm on other sources)
kodular ya thunkable per ek video upload kijiye sir please
Jinka error aa rha ho vo cities ki table me primary key (Id) rakhe phrr chal jayega.
Thanks
bro are you from odisha?
thanks
Good explanation
5. What is a foreign key? Write a query to implement the same in MySQL.
This is one of the prevalent MySQL queries interview questions for both beginner and experienced candidates. A foreign key is used to connect two tables. A FOREIGN KEY is a field (or assortment of it) in one table that alludes to the PRIMARY KEY in another table. The FOREIGN KEY requirement is utilised to forestall activities that would crush joins between tables.
To assign a foreign key, it is important to mention it while creating the table. It can be assigned by invoking the FOREIGN KEY query. Something like this:
FOREIGN KEY (Any_ID) REFERENCES Table_to_reference(Any_ID)
Wrong teaching u have add primary key to city_id if ur refering city_id primary key to foreign key (cid)
city_id kisi or table ki primary key hone wali h.....esa kyu hoga???? jbki kisi or table me to already primary ki hmne de rakhi h
missing index for constraint .... in the referenced table
Solution h kya kuch
2:06 email bhi unique hi hota h🤔
Ha hota hi haina 😮
failed to add the foreign key dikha raha hai isko kaise solve kre?
Error Code: 1822. Failed to add the foreign key constraint. Missing index for constraint
Same problem
@@khushiv2003add constraint while adding foreign, you can give it any namr
sir pura syllabous nahi hua hai abhi
id mai 3 kyu show kr raha last mai?
important
failed to add misssing constraints error aa rha hai sir g??
Mila answe nhi mila to main bata sakta hun
Koi batayega iska solution kya h
@@Tadapatiatma bata de bhai kese theek hoga
@@pulkitjadoun8596 pehle apko 1st table Banna hai jismein apko primary key rakhna hai jo apka 2nd table ka foreign key hoaga means apko pehle 1st table ka primary key create karna ho ga tabhi to ap usko 2nd table mein foreign key aur reference de payenge
@@Tadapatiatma ok bro thanks
Sir 3 br try Kara laekin failed to add missing constraints error araha hai
Mila answer nhi mila to main bata sakta hun
@@Tadapatiatma bolo
@@gopalbarnwal7459 in the settings of cities, you have to select cid as a primary key
@@rahuldatta1382 kar liys fir bhi nahi ho raha
8:00
Worst explanation
yedee chale mat kar aaise .....important portion tu bad mai sikha raha hai student ko ...primary key foreign key pahile sikhana tha....time wast
Good explanation