answersLogoWhite

0


Best Answer

super key

foreign key

candidate key

surrogate key

unique key

alternate key

composite key

compound key

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
User Avatar

maurice keegan

Lvl 1
1y ago
GET A NEW LOCK
More answers
User Avatar

Wiki User

15y ago

Maybe you mean a primary key/ foreign key?

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Types of keys in database management system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is difference between natural key and surrogate key?

Surrogate Key: Surrogate keys are keys that have no "business" meaning and are solely used to identify a record in the table. Such keys are either database generated (example: Identity in SQL Server, Sequence in Oracle, Sequence/Identity in DB2 UDB etc.) or system generated values (like generated via a table in the schema). Natural Key: Keys are natural if the attribute it represents is used for identification independently of the database schema. What this basically means is that the keys are natural if people use them example: Invoice-Numbers, Tax-Ids, SSN etc.


What is spurious tuples?

A spurious tuple is a record in database that get created when two tables are joined badly. Spurious tuples are created when two tables are joined on attributes that are neither primary keys nor foreign keys. Hopes this will help you .


How can you recover deleted important registry keys?

System restore can be useful


How do you apply a foreign key in a database?

The foreign key is a reference to a key (identifier) of a row in another or even the same table. When the foreign key is not null, it implies that there's an entry in the referenced table with that identifier. The syntax depends on wich database are you using, check the page in the related links below.


What is the importance of database design in DBMS?

A query is how you extract information from a database, which is one of the main reasons we have databases. There are other kinds of queries, such as ones to add, edit and delete data and manipulate data in other ways and do other things with tables, but the ones that extract information are the most used.

Related questions

How much types of keys are available in dbms?

There are five types of keys in database management system . The name of the five keys are as follows .:1) surrogate key -which is the system generated primary key .2) Primary key - same function as surrogate key but user defined.3) candidate key -combination of two more keys.4) alternate keys - alternative for candidate keys.5) foreign key - primary key of another table.There are five types of keys in database management system.These five keys are surrogate, primary, candidate, alternate, foreign keys .


Types of keys?

There are many keys in database each having particular use. Types of keys in database are : Primary key, candidate key, alternate key, foreign key, surrogate key.


What is need of dbms?

Database Management System DBMS is used to store information in the form of tables columns and rows, interconnected by keys and accessible throughout an interface. Examples: SQL, MYSQL, ORACLE, etc ...


What are secondary keys?

Secondary keys are the database keys that hold the physical location of a portion of a record in a database or file. They provide a secondary way of accessing the information.


What is the relationship between tables in library management system?

In a library management system, tables represent different entities such as books, users, transactions, etc. The relationship between these tables is established through keys like primary keys and foreign keys. For example, the books table may have a primary key "book_id" which is referenced as a foreign key in the transactions table to link books with users.


What are the basic components of a database?

Tables, Entities, Attributes, Primary Keys, and Foreign Keys


How does a database store data about its tables?

A database is used to store data in its tables by a specified number of rows and columns. Each database also uses specific cells, foreign keys, and unique keys.


What is data set in c sharp?

An in-memory database. The database contains tables and constraints, and data.


What are the key attributes of an operating system?

There are a few key attributes of an operating system. The most common keys are scheduling, memory management and allocation of resources.


How many Auto Keys macros can be created in a database?

4


What is the meaning for primary key in database?

With reference to Databases, what are Primary keys?


You can only delete a primary key in what veiw?

You can only delete a primary key in the Database Designer view in applications like Microsoft Access or SQL Server Management Studio. This is where you can modify the structure of your database tables, including adding, modifying, or removing primary keys.