when will entrance exam of axis bank western zone will be held?????can anyone tell me what type of questions were asked in the examination?????how was the level of written????
2462A & B can do a piece of work in 21 & 24 days respectively. The started to work together but after some days BA leaves, B completes the remaining work in 9 days. After how many days does A leaves
1059A cloth merchant claims to sell is material at cost price but uses a scale which reads 1 meter for every 95 centimeter. Find the gain percent?
2239A man can row downstream at a rate of 14 kmpl & upstream at 9 kmpl. Find man's rate in still water ?
1201A piece of cloth costs Rs 35. If the piece were 4m longer and each meter costs Re 1.00 less, the cost would remain unchanged. How long is the piece?
1278A train 100 meter long takes 3 second to cross a man walking at the rate of 6km/hr in a direction opposite to that of the train. Find the speed of the train.
1247A train overtakes two persons walking along a railway track. The first one walks at 4.5 km.hr . the other one walks at 5.4 km/hr. the train needs 8.4 and 8.5 seconds respectively to overtake them, What is the speed of the train if both the persons are walking in the same direction as the train?
1100Asmita invests an amount of Rs. 9535 at the rate of 4 per cent per annum to obtain a total amount of Rs. 11442 on simple interest after a certain period. For how many years did she invest the amount to obtain the total sum?
1471Girish invested a certain amount at the rate of 8% p.a. for 6 year to obtain an amount of Rs. 28046.How much amount did Girish obtain as simple interest?
1325Ms. Anurag Awasthi deposits an amount of Rs. 56500 to obtain a simple interest at the rats of 12% p.a. for 3 years. What total amount will Mr. Anurag Awasthi get at the end of 3 year?
1473Ms. Maya deposits an amount of Rs. 17800 and obtained Rs. 31684 at the end of 6 years. What was the rate of simple interest per year?
1193Post New Axis Bank Interview Questions
How do I get form data emailed to me?
What is type “bool” default value?
Tell us what's the difference between a generative and discriminative model?
create or replace procedure search_matter(empno varchar2) as sql_stmt varchar2(200); stmt varchar2(200); v_table_name varchar2(200); val_pres number; inp_value varchar2(200); type obj_typ is table of cols.column_name%type index by binary_integer; type all_col is table of varchar2(100) index by binary_integer; typ_obj_typ obj_typ; typ_all_col all_col; begin select object_name bulk collect into typ_obj_typ from user_tables,user_objects where table_name = object_name AND object_type = 'TABLE'; select empno into inp_value from dual; dbms_output.put_line('inp value : '||inp_value); for i in typ_obj_typ.first..typ_obj_typ.last loop v_table_name := NULL; v_table_name := typ_obj_typ(i); dbms_output.put_line(i||':'||typ_obj_typ(i)); dbms_output.put_line('....................'); sql_stmt := 'select column_name from cols where table_name = :1 and data_type in (''CHAR'', ''VARCHAR2'', ''NCHAR'', ''NVARCHAR2'',''NUMBER'')'; EXECUTE IMMEDIATE sql_stmt bulk collect into typ_all_col using typ_obj_typ(i); for inside in typ_all_col.first..typ_all_col.last loop dbms_output.put_line('sql stmt: '||sql_stmt); dbms_output.put_line('column name: '||typ_all_col(inside)||'table name: '||typ_obj_typ(i)); stmt := 'select count(*) from ||typ_obj_typ(i)||'; EXECUTE_IMMEDIATE stmt into val_pres ; if val_pres = 1 then dbms_output.put_line('value present col name: '||typ_all_col(inside)||'table name :'||typ_obj_typ(i)); end if; end loop; dbms_output.put_line('....................'); end loop; exception when others then dbms_output.put_line('sql code '||sqlcode||'Table name: '||v_table_name); dbms_output.put_line('sql message '||sqlerrm); end; Compile-time I am getting below error, Plz help to resolve. LINE/COL ERROR -------- ----------------------------------------------------------------- 47/23 PLS-00103: Encountered the symbol "STMT" when expecting one of the following: := . ( @ % ;
What are the subcommands that are provided by terminal emulator?
how can i apilly for electrical c licencese.sir,i completed B.Tech in electrical & electronics engineering in 201onot working any company
please give some hindalco placement papers for written exam
Which is the best font for powerpoint presentation?
Does apple use wordpress?
What is the function of access?
What is serum IgA?
Describe an oracle table?
Discuss about the sequence in which splunk upgrade can be done in a clustered environment?
What are the different ways to pass parameters to the server? : asp.net ajax
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?