Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
Name and explain the type of locks?
What is NOTCAT2?
How do you display last 5 records in DB2?
Difference between Embeded SQL and Dynamic SQL?
What is DBRM? What it contains? When it will be created?
How does DB2 use multiple table indexes?
What is SPUFI?
What is Mainframe Testing?
What is SQLCA?
What is COPY PENDING status?
What is the difference between Cursor Stability and Repeatable Read isolation levels?
What does it mean if the null indicator has -1, 0, -2?
How can record locking be achieved in those DB2 versions which do not support it?
What is the need to code COMMITS in batch programs?
Why is free space left in KSDS Dataset?
What is the difference between primary key & unique index ?
What do you accomplish by GROUP BY ... HAVING clause?
What is the self-referencing constraint?
File contains 5 records say D,E,F,C,A-I want to copy D and A records only by using file-aid?
My SQL statement SELECT AVG(SALARY) FROM EMP yields inaccurate results. Why?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70