Subject | Italian | English |
comp., MS | colonna di join | join column (A column referenced in a join condition) |
comp., MS | condizione di join | join condition (A comparison clause that specifies how tables are related by their join columns) |
comp., MS | creare un join | join (To combine the contents of two or more tables and produce a result set that incorporates rows and columns from each table. Tables are typically joined using data that they have in common) |
comp., MS | filtro di join | join filter (A filter used in merge replication that extends the row filter of one table to a related table) |
comp., MS | join a stella | star join (A join between a fact table (typically a large fact table) and at least two dimension tables) |
IT | join naturale | natural join |
comp., MS | linea di join | join line (A line that connects fields between two tables and shows how the data is related. The type of join indicates which records are selected for the query's result set) |
comp., MS | operatore di join | join operator (A comparison operator in a join condition that determines how the two sides of the condition are evaluated and which rows are returned) |
comp., MS | percorso di join | join path (A series of joins indicating how two tables are related) |
comp., MS | query con join a stella | star query (A query that joins a fact table and a number of dimension tables) |