Biology Forums - Study Force

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



Title: Which type of view is created with the following command? CREATE VIEW OR REPLACE outstanding AS ...
Post by: Micky5490! on Jan 31, 2018
Which type of view is created with the following command? CREATE VIEW OR REPLACE outstanding AS SELECT customer, order, orderdate, shipdate FROM orders WHERE shipdate IS NULL WITH READ ONLY;
 a. simple
  b. complex
   c. derived
  d. inline


Title: Which type of view is created with the following command? CREATE VIEW OR REPLACE outstanding AS ...
Post by: leannaolsen on Jan 31, 2018
Content hidden