Computer Science, asked by sahooamruta71, 2 months ago

metti
Java - Young Professionals JSPIDER
Section 3 of 7 RDBMS
Question # 2
Revist
What is the common name of primary key and alternate key?
Sat​

Answers

Answered by gouravyuuvra3
3

Answer:

KEYS in DBMS is an attribute or set of attributes which helps you to identify a row(tuple) in a relation(table). They allow you to find the relation between two tables. Keys help you uniquely identify a row in a table by a combination of one or more columns in that table. Key is also helpful for finding unique record or row from the table. Database key is also helpful for finding unique record or row from the table.

Example:

Employee ID FirstName LastName

11 Andrew Johnson

22 Tom Wood

33 Alex Hale

In the above-given example, employee ID is a primary key because it uniquely identifies an employee record. In this table, no other employee can have the same employee ID.

Similar questions