100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada
logo-home
ORACLE : How to create a join with the USING clause in Oracle? 8,54 €   Añadir al carrito

Examen

ORACLE : How to create a join with the USING clause in Oracle?

 6 vistas  0 veces vendidas
  • Grado
  • Institución

Use the USING clause to specify the columns for the equijoin where several columns have the same names but not same data types.  Use the USING clause to match only one column when more than one column matches.  The NATURAL JOIN and USING clauses are mutually exclusive. Syntax: SELECT n, n ...

[Mostrar más]

Vista previa 1 fuera de 4  páginas

  • 2 de enero de 2024
  • 4
  • 2023/2024
  • Examen
  • Preguntas y respuestas
avatar-seller
How to create a join with the USING clause in Oracle?

 Use the USING clause to specify the columns for the equijoin where several columns
have the same names but not same data types.

 Use the USING clause to match only one column when more than one column matches.

 The NATURAL JOIN and USING clauses are mutually exclusive.

Syntax:
SELECT table1.column, table2.column
FROM table1
JOIN table2 USING (join_column1, join_column2…);
Explanation:

 table1, table2 are the name of the tables participating in joining.

 The natural join syntax contains the NATURAL keyword, the JOIN…USING syntax
does not.

 An error occurs if the NATURAL and USING keywords occur in the same join clause.

 The JOIN…USING clause allows one or more equijoin columns to specify in brackets
after the USING keyword.

Example: Creating Joins with the USING clause in Oracle

In this example, the LOCATIONS table is joined to the COUNTRY table by the
country_id column (only column of the same name in both tables).

Sample table: locations


Sample table: countries


SQL> SELECT location_id, postal_code, country_name

2 FROM locations

3 JOIN countries

Los beneficios de comprar resúmenes en Stuvia estan en línea:

Garantiza la calidad de los comentarios

Garantiza la calidad de los comentarios

Compradores de Stuvia evaluaron más de 700.000 resúmenes. Así estas seguro que compras los mejores documentos!

Compra fácil y rápido

Compra fácil y rápido

Puedes pagar rápidamente y en una vez con iDeal, tarjeta de crédito o con tu crédito de Stuvia. Sin tener que hacerte miembro.

Enfócate en lo más importante

Enfócate en lo más importante

Tus compañeros escriben los resúmenes. Por eso tienes la seguridad que tienes un resumen actual y confiable. Así llegas a la conclusión rapidamente!

Preguntas frecuentes

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

100% de satisfacción garantizada: ¿Cómo funciona?

Nuestra garantía de satisfacción le asegura que siempre encontrará un documento de estudio a tu medida. Tu rellenas un formulario y nuestro equipo de atención al cliente se encarga del resto.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller THEEXCELLENCELIBRARY. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for 8,54 €. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

45,681 summaries were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Empieza a vender
8,54 €
  • (0)
  Añadir