• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Please Answer

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. C or I DON'T KNOW
2. B
3.A D E
Regards
Beksy
 
reply
    Bookmark Topic Watch Topic
  • New Topic