Respuesta :
a) CREATE TABLE toplevelcust (number INTEGER PRIMARY KEY, name TEXT, address TEXT, balance DOUBLE, credit DOUBLE);
b) select number, name, credit - balance from toplevelcust
c) This I cannot answer
b) select number, name, credit - balance from toplevelcust
c) This I cannot answer
Answer:
Option- A.
- Using sql, write the definition for toplevelcust.
Explanation:
- Using data from a tal distribution database, define a view named toplevelcust. it consists of the number, name, address, balance and credit limit of all customers with credit limits that are greater than or equal to $10,000.It is by using the sql, write the definition for toplevelcust.