Back to Browse

SQL Tutorial - ALL, SOME, ANY | Database Tutorial 5l

2.3K views
Apr 9, 2020
5:02

In this lecture of the databases course we learn how ALL, SOME or ANY can be used in SQL to compare an atomic value to all values computed by a subquery. The comparison can be universal (ALL) or existential (SOME or equivalently ANY). The subquery is required to return a single column. This is the databases online course given at the Vrije Universiteit Amsterdam by Jörg Endrullis. The course objective is to obtain a good understanding of relational database systems from the user perspective. This includes the ability to develop conceptual database models, as well as key concepts and skills in relational database theory and practice. Among others, we treat in this course the following subjects: (a) entity–relationship diagrams for the design of database schemata, (b) the relational database model and integrity constraints, (c) SQL (structured query language) for retrieving information from relational databases, (d) database normalisation and functiona dependencies (reasoning about good database design), (e) transactions and concurrency control. The slides are based on work by Peter Boncz and Torsten Grust.

Download

0 formats

No download links available.

SQL Tutorial - ALL, SOME, ANY | Database Tutorial 5l | NatokHD