Most Asked Sql Interview Questions
What is a primary key?
A primary key is a unique identifier for a record in a table. It ensures that each row in a table is uniquely identifiable. It can be a single column or a combination of columns.
What is a foreign key?
A foreign key is a col...
shohanur.hashnode.dev10 min read