MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statement is used to retrieve rows from the view ExecutionLog3? |
| A. | select * from ExecutionLog3 order by TimeStart DESC |
| B. | select * from ExecLog3 order by TimeStart DESC |
| C. | select * from ExecutionLog4 order by TimeStart DESC |
| D. | none of the mentioned |
| Answer» B. select * from ExecLog3 order by TimeStart DESC | |