Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
What are PL/SQL cursor exceptions?
How can you find a PL/SQL block, if the cursor is open?
How can you generate debugging output from PL/SQL?
State one similarity and difference between WHERE Clause and HAVING Clause?
What are defaults? Is there a column to which a default can’t be bound?
What are constraints? Mention the different types of constraints?
What is the difference between a primary key and a unique key?
What are the difference between clustered and a non-clustered index?
What is difference between DELETE and TRUNCATE commands?
Can SQL Servers linked to other servers like Oracle?
What is Log Shipping?
Where SQL server user names and passwords are stored in SQL server?
What is LINQ?
What is Aggregate Functions?
How to rebuild Master Database?
What UNION does in SQL?
The multi part identifier could not be bound is
What operator tests column for the absence of data?
Which one of the following sorts rows in SQL?
Which of the following statements is true concerning subqueries?
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