RDBMS3
RDBMS3
• CUSTOMER
Cust_ID Cust_Name Cust_Addr Cust_Balance
• SALES
Cust_ID Item_ID Item_Qty Item_Cost
SUBSCHEMA
• A subset of the schema is called a subschema.
• It inherits the same properties as that of a
schema.
• As in the previous example related to Sales
record , the subschema CUST_SALES relation
which is derived from Customer and Sales
schemas
Cust_ID Cust_Na Cust_Bal Item_ID Item_Qt Item_cos
me ance y t
INSTANCES
• An Instance of the database also known as
database state is the data in the database at
any point of time.
• Every time any modification ( update, insert or
delete opertaion ) is performed on the
database, the database changes from one
state to another.
CUST_ID CUST_NAME CUST_ADDR CUST_BALANCE
1. External Level: