Now my concept of using foreign key has been cleared completely.... thanks for explaining in detail.
@lotusamaze1142 Жыл бұрын
Thanks
@jamessoy96162 жыл бұрын
Thank you for this video.
@lotusamaze11422 жыл бұрын
Glad it was helpful!
@thulasiraju7713 Жыл бұрын
Sir why you taken foreign key(cust_id)
@lotusamaze1142 Жыл бұрын
for creating relationship in two or more tables, atleast one table must have primary key in my case it is cust_id. Other tables must have the at least one column with same data type(name could be different) i.e cust_Id or customer_id or c_id as foreign key
@satyaprakashjha192 жыл бұрын
while updating the data in parent table i got an error "Cannot update identity column 'Hid'." should i drop the identity keyword? or there is any alternative!
@lotusamaze11422 жыл бұрын
Disallow insert into identity field SET IDENTITY_INSERT tablename OFF