Interview Helper
Translate Page To German Tranlate Page To Spanish Translate Page To French Translate Page To Italian Translate Page To Japanese Translate Page To Korean Translate Page To Portuguese Translate Page To Chinese
[Valid RSS feed]
  You are at : Home   Interview Questions     IBM DB2  
Categories

Campus Interviews (507)
Career Helper (6)
Certification Dumps (10)
Code Samples (118)
Competitive Exams (163)
Interview Questions (4711)
  .Net Interview Questions (203)
  ABAP Interview Questions (78)
  Accounting (33)
  Ajax (24)
  Asset Management (5)
  Banking (21)
  Behavioral (0)
  Bioinformatics (0)
  Bluetooth (40)
  BPO (25)
  BPO/Callcenter (0)
  C (315)
  C# Interview Questions (34)
  C++ (162)
  Classic ASP (78)
  Cobol (61)
  Company Law (6)
  Data Warehousing (43)
  Database (244)
  Delphi (18)
  Flex (55)
  HR (61)
  IBM DB2 (78)
  J2EE (326)
  J2ME (92)
  JAVA (1101)
  Javascript (27)
  JMS (15)
  JSP (11)
  Linux (5)
  LoadRunner (26)
  Manual Testing (47)
  Micoprocessors (0)
  Microprocessors (0)
  MS SQL Server (0)
  Networking (66)
  OOAD (13)
  OOPS (17)
  Operating System (20)
  Oracle (270)
  Oracle (1)
  Oracle DBA (84)
  Perl (40)
  PHP (99)
  Python (19)
  QTP (25)
  SAP (70)
  SAP Architecture (29)
  SAP BDC (11)
  SAP Interactive Reportin (32)
  SAP Modularization (33)
  SAP Reports (66)
  SAP Transactions (79)
  Sharepoint (67)
  Six Sigma (11)
  Software Testing (73)
  Teaching (0)
  Test Director (25)
  UNIX (56)
  VB6 (116)
  Weblogic (37)
  Winrunner (118)
  XML (0)
Walkin Interviews (20)
 
Stats
Total Articles: 5821
Total Authors: 778
Total Downloads: 655479


Newest Member
Adrian Roth
 


IBM DB2 Questions


YES.


Read Answers (1) | Asked By : Shaveta Aggarwal

Because SALARY is not declared to have NULLs and the employees for whom the salary is not known are ...
Read Answers (1) | Asked By : Shaveta Aggarwal

SELECT SUBSTR(FIRSTNAME,1,5) FROM EMP;

Read Answers (1) | Asked By : Shaveta Aggarwal

SELECT FIRSTNAME ? ? LASTNAME FROM EMP;



Read Answers (1) | Asked By : Shaveta Aggarwal

1. Avoid -ve SQLCODEs by handling nulls and zeroes in computations 2. Substitute a numeric value for...
Read Answers (1) | Asked By : Shaveta Aggarwal

UNION : eliminates duplicates
UNION ALL: retains duplicates Both these are used to combine the ...
Read Answers (1) | Asked By : Shaveta Aggarwal

It has to be in a CURSOR.

Read Answers (1) | Asked By : Shaveta Aggarwal

BETWEEN supplies a range of values while IN supplies a list of values.

Read Answers (1) | Asked By : Shaveta Aggarwal

Yes.

Read Answers (1) | Asked By : Shaveta Aggarwal

LIKE is used for partial string matches. ?%? ( for a string of any character ) and ?_? (for any sing...
Read Answers (1) | Asked By : Shaveta Aggarwal

To do partial search e.g. to search employee by name, you need not specify the complete name; using ...
Read Answers (1) | Asked By : Shaveta Aggarwal

GROUP BY partitions the selected rows on the distinct values of the column on which you group by. HA...
Read Answers (1) | Asked By : Shaveta Aggarwal

For three reasons: If the table structure is changed ( a field is added ), the program will have to ...
Read Answers (1) | Asked By : Shaveta Aggarwal

Cursor is a programming device that allows the SELECT to find a set of rows but return them one at a...
Read Answers (1) | Asked By : Shaveta Aggarwal

Either by using the single row SELECT statements, or by using the CURSOR. Apart from cursor, what ot...
Read Answers (1) | Asked By : Shaveta Aggarwal

See answer to next question.



Read Answers (1) | Asked By : Shaveta Aggarwal

Use DECLARE CURSOR statement either in working storage or in procedure division(before open cursor),...
Read Answers (1) | Asked By : Shaveta Aggarwal

If there is an ORDER BY clause, rows are fetched, sorted and made available for the FETCH statement....
Read Answers (1) | Asked By : Shaveta Aggarwal

No.

Read Answers (1) | Asked By : Shaveta Aggarwal

Yes.


Read Answers (1) | Asked By : Shaveta Aggarwal

FIRST PREV ( Page 1 of 4 ) NEXT LAST
 
Most Recent Articles

 
Nav Menu
select
Home
select
Login
select
Ask a Question
select
Link Directory
select
Contact Us
select
Privacy Policy
select
RSS Feeds
select
Interesting Links
 
 


 

All Rights Reserved Interview Helper

Proudly associated with Job Interview Helper | Interviewhelper Articles