1.

Define domain with respect to database. Give an example.

Answer»

A domain is a pool of values from which the actual values appearing in a given column are drawn. 

For example, The values appearing in the Supp# column of both the suppliers' table and the Shipment table are drawn from the same domain.

Shipment

Supp#Item#Qty
S11210
S11320
S21430
S21540
S31650
S41760

Supplier

Supp#StatusCity
S1HaldiramDelhi
S2ParleJaipur
S3BakersBanglore



Discussion

No Comment Found