answersLogoWhite

0


Best Answer

yes they need to have a commmon field

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If a relationship is established between two tables they will share a common?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the most common type of relationship between tables in a relational database?

one-to-many relationship


What is the most common type of relationship you will encounter between tables?

one-to-many relationships


What are Joins in dbms?

A join is a temporary relationship that you can create between two tables in a database query that do not already have an established relationship or common field with the same fieldname or data type. Database tables that are joined in a query are related in that query only, and nowhere else. The type of join that you use indicates which records the query will select or perform the chosen actions on.


How many to many relationship are established?

A junction table is added between the two tables involved in the relationship. The primary key from each table is added to the junction table and they are made a joint primary key in that table. Then two one-to-many relationships are set up between the junction table and each of the two other tables.


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.


What role does a foreign key play in the establishment of a relationship between two entities or tables?

A foreign key is a relationship or link between two tables which ensures that the data stored in a database is consistent.


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.


In order for two tables to have a relationship they must contain a common?

The must have a topic or object that is the same!


The purpose of the primary key in building the relationship between tables?

primary keys are unique


What happen when you delete foreign key?

You will lose the connection between the tables and break the relationship.


How many relations may exist between two tables in a MS Access database?

only one relationship can exists between two tables in the MS ACCESS software


What is a many to many relationship in dbms?

Many to many relationship in DBMS is usually a mirror of the real-life relationship between objects that tables represent.