Skip to main content
Top

2019 | OriginalPaper | Chapter

7. Query the Database with Advanced SELECT Features

Author : Jon Heller

Published in: Pro Oracle SQL Development

Publisher: Apress

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

SELECT is the most important SQL statement type. Even when we’re changing data, most of the logic will go in the SELECT and WHERE clauses of the statement. Before we can insert, update, or delete a set, we must be able to choose a set.

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Footnotes
1
You could argue that a programming language doesn’t need operators, only functions. Removing operators would make the language more consistent. Realistically, although it is more consistent to write PLUS(1,1), our code looks better if we write 1+1. On the other hand, languages with too many operators can lead to cryptic syntax, like many Perl programs.
 
2
In old versions of Oracle, the DUAL table was a real table. Since DUAL was a real table, it was possible to change it, which led to strange bugs. In current versions, DUAL is a special memory structure that can’t be changed and performs better than a regular table.
 
Metadata
Title
Query the Database with Advanced SELECT Features
Author
Jon Heller
Copyright Year
2019
Publisher
Apress
DOI
https://doi.org/10.1007/978-1-4842-4517-0_7

Premium Partner