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

CISF Interview Questions
Questions Answers Views Company eMail

Railway Recruitment Board Examination, January 2005 Question Paper

71 244032

Who invented Chloroform? (A) Galilio (B) James Simpson (C) Rene Laennie (D) None of these

6 12746

Who was the Prime Minister of England when the Indian Independence Act was passed? (1) Attlee (2) Churchill (3) Macmillan (4) Lloyd George

8 22874

A mixture of salt and sand can be separated by 1 Sublimation 2 Dissolving in water 3 Gravity separation 4 Dry distillation

3 7374

You have the following Network ID: 131.112.0.0. You need at least 500 hosts per network. How many networks can you create? What subnet mask will you use

22 42794

expand C I S F

10 14239

section officer audit exam 2008 - pls inform me about the adress of interview for kolkata region.

2118

polic sub inspector modual question papers

95 186204

Which of the rank of para military ie BSF, CRPF or ITBP is equivalant to Lt Col of Indian Army?

8 101306

Can u prove 1+1=3

7 10714

Post New CISF Interview Questions




Un-Answered Questions

How to submit extra files(jars, static files) for MapReduce job during runtime?

676


What is private inheritance?

1104


What are the web servers you’ve worked on along with apache?

887


Does ubuntu use systemd?

977


What is configuration management in terms of infrastructure and mention a few popular tools used?

1


What is null pointer constant?

1176


How many types of sql are there?

990


Hi, I've a mapping with flat file source The target update override property for the target table is using update stmt. There is no update strategy between source and target. Also The session has the target properties as Insert , Update as update options checked. Does this mean that recs will be inserted only and the update override will not be applied at all. Thanks

1785


Explain how does a signal differ from a wave?

1003


can any one give me the question bank for Lab Technician to appear for my HAAD exam . Please send me the Qs. my mail Id is abdullahraj10@yahoo.com Please help. thks.

2374


What is NABARD and tell some of its functions?

1128


how to calculate the change over time for star delta starter for different KW motor?

4235


Compare interpreters and compilers.

1074


What is inline variable assignment?

1034


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

1002