What is a primary key?When we work with databases, one of the first ideas we must understand is how to uniquely identify each record. Just like every student in a class has a unique roll number, every row in a ...Read more
Home/Queryiest/Questions
RTSALL Latest Questions
Anonymous
Asked: February 24, 2023In: Programmers
What is a table in SQL? In SQL, a table is the basic structure used to store data. The easiest way to understand it is to imagine a table as a carefully organised spreadsheet where information is ...Read more