Hi All,
Pls answer for the following
1)You create a view based on table employee. How should you limit the view only can be accessible between 8:00am to 5:00pm?
A. Alter table view
B. Drop view and create view with where clause
C. No way to do this
2)When controlling explicit cursors, which statement calls the rows
identifed by the query to the active set?
A. CURSOR
B. OPEN
C. FETCH
D. CLOSE
3)Which three ways can the SQL buffer be terminated? (Choose three.)
A. Enter a slash (/).
B. Press [RETURN] once.
C. Enter an asterisk (*).
D. Enter a semicolon (

.
E. Press [RETURN] twice.
F. Press [ESC] twice.
Thanks in advance
Regards
Neeraj