Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Ernst Young Interview Questions
Questions Answers Views Company eMail

Queries for Big4 Articleship : Article Vacancies application starts when?

3 19598

Queries for Big4 Articleship : Procedure of application and selection? ( Resume, Cut off ? Rank, Contacts needed, Exams, Interviews, General Questions ? Personality traits, Special Knowledge etc.)

4 18856

How do you feel u contributed to its effectiveness?

2208

In production what is the user exit?

4 12054

What are the steps in automatic account assignment config.

3 33802

What is your principles and values in life

21 52115

what is repo rate?

147 227519

how to introduce myself as a fresher in HR.

117 496317

Who wrote the book titled RUNS AND RUINS

7 20951

what is depreciation? what are depreciation methods? please explain those method? can any one reply urgently?

7 47474

If we miss a entry at journal can we find it in latter stage or in audit how can be find it

4 9432

Where do you see yourself after 5 Years?

13 54112

How can you add value to our Organization if offered appointment

5 47240

give the general entry for Depriciation of machinary

20 33808

i want to know about C , F, H Form & when i issue this from , what r the condition to issue this form ?

36 230947

Post New Ernst Young Interview Questions




Un-Answered Questions

Tell me how is knn different from k-means clustering?

86


How many functions are there in ms excel?

573


What is the syntax of style sheet?

660


Which crystal report does peoplesoft query tool create by default?

834


Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?

1973


What is inline table-value user-defined function?

1028


Define dynamic data structures?

951


How to tell about our academic project in interview?

2160


How do you add default rules in the transformer?

1126


How do you combine two formulas in excel?

570


How do I create a post shortcode in wordpress?

147


What are the rules to declare a php variables?

1062


What are the components of a css style?

746


How many types of evaluate statements are available?

941


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: := . ( @ % ;

965