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

Zensar Interview Questions
Questions Answers Views Company eMail

How you count the number of records available at your source?

3 14361

my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4

2 7165

can any one give some examples for pre sql and post sql(Except dropping and creating index).

4117

What happens if we dont select data driven option?

2 7671

how we can add header and footer to flat files?

2 15296

What is sort key and how it controls?

3 12634

Why we need new operator in java at the time of object declaration and why not in c++?

1 7301

define sql

3 6466

how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

2 7085

i want run following code on button click of view. i am trying to retrieve data from isc_order_details table and isc_product table. but after retriaval of data i m getting error like FIELD MUST BE ENTERED!! DECLARE m number; n number; CURSOR order_details IS SELECT PRODUCT_ORDER_QUAN,PRODUCT_ID FROM isc_order_details WHERE order_id=:isc_order_master.order_id; amount NUMBER (8,2):=0.0; alert number; BEGIN go_block('isc_order_details'); first_record; m:=:system.cursor_record; last_record; n:=:system.cursor_record; OPEN order_details; --for i in m..n loop FETCH order_details INTO :ISC_ORDER_DETAILS.PRODUCT_ORDER_QUAN,:ISC_ORDER_DETAIL S.PRODUCT_ID; IF order_details%FOUND THEN SELECT order_value,order_date INTO :ISC_ORDER_MASTER.ORDER_VALUE,:ISC_ORDER_MASTER.ORDER_D ATE FROM isc_order_master WHERE order_id=:ISC_ORDER_MASTER.ORDER_ID; SELECT product_desc,product_price INTO :ISC_ORDER_DETAILS.PRODUCT_DESC,:ISC_ORDER_DETAILS.PROD UCT_PRICE FROM isc_product WHERE product_id=:ISC_ORDER_DETAILS.PRODUCT_ID; next_record; END IF; EXIT WHEN order_details%NOTFOUND; END LOOP; last_record; CLOSE order_details; EXCEPTION when NO_DATA_FOUND then alert:=SHOW_ALERT('ENTER_DATA'); Go_Item('isc_order_master.order_id'); END;

2280

Need Training & Internship with guaranteed Job in ERP - Oracle Apps Tech?

4 8156

write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.

3 8160

ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 5074

how can stop the sequence with mention the max value and with out mention the max value

1 6415

take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...

9 12225

Post New Zensar Interview Questions


Zensar Interview Questions


Un-Answered Questions

What is the use of the absence quotas infotype?

941


What is a namespace in python?

879


Explain the process of abstraction with an example?

956


How to assign a table row to a record variable?

1048


How to fetch data by id from database in codeigniter?

610


What is a safer web browser?

663


What is the usage of callback interfaces in hibernate?

609


what is the difference between Test-bed and test topology?

3895


Is there an outlook 2019?

3


What are the basic steps to using the fi module?

1109


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

1071


Is there any code of conduct for good manufacturing practices (gmp) in ayurvedic pharmacies?

121


What is the use of global.asax file?

1072


What is http in node.js?

485


I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?

2268