What is the combinaison of keys required to come back to the top of the worksheet?
PageUp (PgUp)
Alt and PageUp
Ctrl and Home
Ctrl and left arrow
_______ Keyword Is Used To Create Aliases For Using Different Versions Of The Same Assembly?
explicit
extern
implicit
internal
MRTG is written in
C
Perl
Shell Script
C++
Suppose you have columns of data that span more than one printed page. How can you automatically print the column headings on each page?
Click Page Setup on the File menu, click the Sheet tab, and enter the row that contains these column headings under Print titles.
Click Page Setup on the File menu, click the Page tab, click the Options button, then enter your choices.
Click Page Setup on the File menu, click the Sheet tab, and make a selection under the Print heading.
none of the above.
Which of the following are true about TO_CHAR?
It converts a datetime datatype to a value of varchar2 datatype.
It can be used to convert character,number or datetime data to Varchar2.
When converting datetime and numberdata,a format(fmt) parameter can be specified to apply regional formatting to a data.
All the above.
How should you print a selected area of a worksheet?
On the File menu, point to Print Area, and then click Set Print Area.
On the File menu, click Print, and then click Selection under Print what.
On the View menu, click Custom Views, then click Add.
None of the above.
Select the correct statement(s) among the following:
service() method is invoked by the container once per request.
service() method can be invoked only once.
init() is invoked by the container only once per request.
init() is invoked by the container only once per instance.
Which of the following are belong to GROUP functions?
AVG
COUNT
MAX
STDDEV
LENGTH
MRTG was developed by
Tobias Oetiker
James Gosling
Bjarne Stroustrup
Larry Wall
When creating an index using the CREATE INDEX statement,the UNIQUE and BITMAP keywords may be used together.
True
False