|
DataBase Administrator (DBA) Interview Questions and Answers
Part:
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
(Continued from previous part...)
354. What are built-ins associated with timers?
find_timer create_timer delete_timer
355. What are the built-ins used for finding object ID functions?
Find_group(function) Find_column(function)
356. What are the built-ins used for finding Object ID function?
FIND_GROUP(function) FIND_COLUMN(function)
357. Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
False
358. Use the Add_group_row procedure to add a row to a static record group 1. true or false?
False
359. Use the add_group_column function to add a column to record group that was created at a design time?
False
360. What are the various sub events a mouse double click event involves?
Double clicking the mouse consists of the mouse down, mouse up, mouse click, mouse down and mouse up events.
361. How can a break order be created on a column in an existing group?
By dragging the column outside the group.
362. What is the use of place holder column?
A placeholder column is used to hold calculated values at a specified place rather than allowing is to appear in the actual row where it has to appear.
363. What is the use of hidden column?
A hidden column is used to when a column has to embed into boilerplate text.
(Continued on next part...)
Part:
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
|