answersLogoWhite

0


Best Answer

A Database Management System or DBMS is compromised of many related tables of data. Tables are simply two dimentional (rows and columns) of data, similar to a spreadsheet. Joins are used to combine tables of data based on related columns within those tables. By using JOINS, a database becomes multi-dementional. Joins are simply a structured way to combine related data in different tables within the database system.

Example an employee table might contain the following fields:

EmployeeID (the Primary Key)

LastName,

FirstName,

MiddleName,

HireDate,

DepartmentID (a foreign key to the Department table)

Manager_EmployeeID (a foreign key relating back to a different employee record in the employee table)

Department Table:

DepartmentID,

DepartmentName,

DepartmentManager_EmployeeID (Foriegn Key relating to the employee table)

In the Employee sample table, the EmployeeID serves as the primary key, which uniquely identifies the entire row of data. Joins for the Employee table would typically be done on related tables, such as the Department table via the DepartmentID, or even back on the Employee table itself using the Manager_EmployeeID, relating the EmployeeID to the Manager_EmployeeID. If the EmployeeID is in another table as a foreign key then joins can also be done to those tables as well.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In a Database Management System what are joins?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do Database Management is related to MS Access?

Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.


About oracle database management system?

database management is a system


What is a database management system?

Database management system is a software system that creates,expands and maintains the database.


Are database and database management system identical?

No. Database is a data itself, organized according to rules of database management system. And Database Management System is a software used to organize a database, and to acces it too.


Functions of a typical database management system?

Functions of a typical database management system?


What are the differences between database management system Vs relational dbms?

the database management system analysis the data or record but relational database management system links the database to each other.


What is full form of rdbms?

Relational Database Management System Relational Database Management System


Is a database and a database management system the same why why not?

A database is a collection of data. A database management system controls how those data are collected, stored and retrieved.


Four differences between fileprocessing system and database management system?

four differences between fileprocessing system and database management system


What do you means DataBase Management System?

A system that allows you maintain and administer a database.


History of database management system?

top 10 significant people,event,history development in database management system


What are the main functions of a database management system?

create the database