January 2019
Beginner
556 pages
14h 19m
English
SELECT is used to restrict tuples from the relation. SELECT always returns a unique set of tuples; that is inherited from entity integrity constraint. For example, the query give me the customer information where the customer_id equals 2 is written as follows:
The selection, as mentioned earlier, is commutative; the query give me all customers where the customer's email is known, and the customer's first name is kim is written in three different ways, as follows:
The selection predicates are certainly determined by the data types. For numeric ...
Read now
Unlock full access