Which of the following is the syntax for views where v is view name?
Posted: Thu Jul 14, 2022 8:47 am
a) Create view v as “query name”;
b) Create “query expression” as view;
c) Create view v as “query expression”;
d) Create view “query expression”;
b) Create “query expression” as view;
c) Create view v as “query expression”;
d) Create view “query expression”;