Biology Forums - Study Force

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



Title: Which type of view is created from the following command? CREATE VIEW prices AS SELECT isbn, title, ...
Post by: K3lly_1996_R3ne on Jan 31, 2018
Which type of view is created from the following command? CREATE VIEW prices AS SELECT isbn, title, cost, retail, retail-cost profit FROM books;
 a. simple
  b. inline
  c. complex
   d. derived


Title: Which type of view is created from the following command? CREATE VIEW prices AS SELECT isbn, title, ...
Post by: adamlovell_22 on Jan 31, 2018
Content hidden