Computer Science, asked by dev5810, 8 months ago

Define the following:

Table , Primary Key, Foreign Key​

Answers

Answered by Anonymous
6

Answer:

Here's how you can do this:

Table:A table is an arrangement of data in rows and columns, or possibly in a more complex structure. Tables are widely used in communication, research, and data analysis. Tables appear in print media, handwritten notes, computer software, architectural ornamentation, traffic signs, and many other places.

Primary key:A primary key, also called a primary keyword, is a key in a relational database that is unique for each record. It is a unique identifier, such as a driver license number, telephone number (including area code), or vehicle identification number (VIN). A relational database must always have one and only one primary key.

Foreign key: A foreign key is a column or group of columns in a relational database table that provides a link between data in two tables. It acts as a cross-reference between tables because it references the primary key of another table, thereby establishing a link between them.

Hope this helps you.

Answered by samalsthitipragyan05
5

Answer:

Table- A table is a file in database which is organized in the form of rows and columns.

Primary Key- A field which can uniquely identify each record in a table.

Foreign Key- A primary key of a table is called foreign key of another table.

Similar questions