Examine the structure of the ora1.depts table:
Now, examine these statements issued by user ora1 which execute successfully:
Create or replace view dep_vu as select * from depts;
Alter table depts add dep_email varchar2(20);
Finally, examine this block of code executed by user ora1:
Which is true?
jfc1
Highly Voted 1 year, 11 months ago2708b98
Most Recent 7 months, 1 week ago2708b98
7 months, 1 week ago2oracleexam
1 year, 6 months agothranduyl
1 year, 7 months agojm9999
1 year, 11 months agoserkan110
2 years, 3 months agothranduyl
1 year, 7 months agoRaju_thangavel
2 years, 3 months ago