Biology Forums - Study Force

Other Fields Homework Help Management Topic started by: cd627 on Jan 31, 2018



Title: Which type of view is created with the following command? CREATE VIEW inventory AS SELECT isbn, ...
Post by: cd627 on Jan 31, 2018
Which type of view is created with the following command? CREATE VIEW inventory AS SELECT isbn, title, retail price FROM books WITH READ ONLY;
 a. simple
  b. complex
   c. derived
  d. inline


Title: Which type of view is created with the following command? CREATE VIEW inventory AS SELECT isbn, ...
Post by: schoolboy4367 on Jan 31, 2018
Content hidden


Title: Which type of view is created with the following command? CREATE VIEW inventory AS SELECT isbn, ...
Post by: cd627 on Jan 31, 2018
ty for taking the time to answer