HI! I am fresher to call centre and would like to work in this field. Can anyone explain me how to get started as a fresher with no knowledge of interview,group discussion, jam sesion etc.
2548Can you explain the "Recalculate Scheduled Payment" setting in the Payables Option menu? Should this be enabled?
1 9026Hi I am prepareing for Junior Court Assistant exam for supreme court, so I want previus papaer related with General English questions,General Aptitude questions and General Knowledge questions. Thaks.
16 35011can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
3 15074code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
2144type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...
1 7362what is the difference between varray and table data type..please expalain with some examples... under what situation you will go for varray..instead of index by table...
1 5371declare v_count number(8,3); v_sal scott.emp.sal%type := '&P_sal'; cursor cur_name is select sal from scott.emp where sal between (v_sal-100) and (v_sal +1000); begin v_count :=nvl(sql%rowcount ,0); if v_count = 0 then dbms_output.put_line('no records are fetch in the given sal range'); else dbms_output.put_line('There is/are '||to_char(v_count)|| ' salaries are selected in the given range '); end if; end; in the above programm .....for any sal range ....always it shows the following message.. no records are fetch in the given sal range please find the mistake and share with me...with thansk and regards..sarao....
3 83021. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
2497Post New Satyam Interview Questions
What is the difference between the LIKE and REGEXP operators?
Do? If another user wants to share that lock but the user using that
while passing a journal entry we rite dr. for the a/c to be debited but why don't we write cr. for the a/c which is credited and instead write 'TO'??
What does string mean in java?
What is the difference between a relative, fixed, absolute and statically positioned element?
in my industry we are using 3 step up transformers for induction heaters..i.e 415/580v and other are 11/440v.in power consumption does a step trnsformer makes any difference compared to step up?? plz explain
Why do we use nav in html?
What method removes the value from the top of a stack?
Define what other events in history might have affected the growth of metallurgy?
how to do inter-thread communication in android, using handlers?
Mention what is the data storage component used by hadoop?
Is vector thread safe in java?
What is dao and dto?
What is Bookmarking Sites?
What Is Boot.proerties File In Weblogic Server ?