answersLogoWhite

0

using join operations.

for Eg: if you have to join two tables company table and location table using a primary key CompanyID in company table and foreign key CompanyID in location table then we can do this using equi-join as below:

SELECT *

FROM company c, location l

WHERE c.CompanyID = l.CompanyID

--->> the above query select all the companies with a location.

Note: Google out for for type of joins

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which type of database management system uses physical pointers to connect tables?

hIERARCHIAL


Which type of software stores information in structured tables that can connect and interact with each other?

DATABASE


What is each row called in a database?

In database the data is stored in tables called database tables. These tables have rows and columns. Each row is called a tuple.


What are database ables?

Database is the collection of data which are interrelated with each other. Data in database is stored in form of table these tables are known as database tables.


What those database comprise?

Database comprises of records that are related to each other. In database the data is stored in the form of tables, are called database tables .


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.


What is the database that contains tables linked by common fields?

A relational database is a database that contains tables linked by common fields. These common fields are used to establish connections between the tables and to retrieve related data across multiple tables using queries.


What is a database made up of in access?

Relational Database


What is a tables in a database?

they are the names


How to make a database?

A database can be created by first creating a schema then creating tables. The tables are linked to each other.


What does it mean to populate a database?

Populating a database generally means adding information (data) to a database, thus filling in any pregenerated information needed. It could also mean adding the fields to a database in order to be able to fill it with information. The final common use of that term is to connect a database to a front end application in order to use the information stored in that database.


How is a Database organised?

A database contains forms and reports stored in tables