answersLogoWhite

0

join combine the two table to gv a resultant set

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the most common type of join in SQL?

Inner Join


Definition of cross join in sql server?

Cross Join is jsut another Join


Which SQL join will be fast. Inner Join or Left Join or Right Join or Self Join?

Left Inner Join will be faaster


Where can one find information about SQL left join?

If you are interested in finding out more information about "SQL LEFT JOIN" you can find it at W3Schools free website. This site offers many free lessons about SQL - from basics to advanced.


What does the Join SQL clause feature in computer programming?

A Join SQL clause is a combination of two or more tables from a database. Fields are joined by using data that is present in both tables and are written as an identification for the join.


where I can learn SQL?

IF you are interested in coding and want to learn SQL just like me then join training course of GICSEH. you would be able to learn SQL and enjoy it.


What does an SQL join combine?

A SQL join clause combines records from two or sometimes more than two tables in to a database. This creates a set that can be used as it is or can be saved as a table.


To join n tables together you need a minmun of how many join conditions in sql?

glue


What is a full outer join sql?

Join is used to combine related tuples from two relations . Full outer join cover all possible combinations of common tuples.


What is Outer Join SQL used for according to Wikipedia?

Outer Join in SQL is used to retrieve all records from one table and only matching records from another table. It helps to retrieve data from related tables even if there are no matching records in one of the tables.


What is view in sql server 2005?

View in SQL is a virtual table.It is possible to add SQL functions ,WHERE and JOIN statements to a view.This will help in presenting the data as if coming from a single table.It is possible to update the view also .We can drop a view also if not needed.


Will SQL training teach me how to use the INNER JOIN command?

SQL is a mostly standard language that allows for analysis and presentation of data stored in a database. The INNER JOIN command is one of the basic SQL commands. SQL training will teach you how to use this command, as well as the commands that result in other types of joins, like outer joins, left outer joins, etc. The best SQL training sources will present you with a simple set of raw data and examples of the result sets generated from each type of query. Be aware that there are several similar versions of SQL that vary with each target database (SQL Server, DB2, etc.) so be sure that the training you sign up for is specific to the database that you intend to use.