Oracle
1 SQL is:
2 Long data type can store
3 Fixed length character data can be stored in:
4 HAVING clause in SELECT statement is used to
5 ORDER BY clause in SELECT statement is used for:
6 What will be the output of query "select * from emp;"
7 DISTINCT clause is used to:
8 Which one is not aggregate function
9 Which clause is used to restrict the groups?
10 Which clause use at lowest level in SELECT statement
11 ROLLUP used in SELECT statement
12 Which command is used to provide priviledge to different user
13 Which data model describes how the data is actually stored?
14 Which one is not a set operator
15 Two tables are joined together using equality of values in one or more columns, with
16 Which clause used to merge the outputs of two or more queries into single set of rows and columns
17 Which one is not RDBMS
18 LIKE operator used with
19 '%' represents a sequence(s):
20 System date function in oracle
21 Which condition is not true in case of inner query
22 An Operator which check the existance of values
23 The function finds the smallest integer greater than or equal to n
24 The output of SIGN(n) if n is negtive
25 The function which capitalizes the first character of each word in string
26 The function removes all blank spaces from the left of string
27 Output of NEXT_DAY(date,day) is :
28 Display the name of user:
29 Output of LAST_DAY(d) is :
30 What DDL stands for:
31 Number of NOT NULL culumns in a Table
32 Table name contains
33 Primary key defines as:
34 Which constraint used to to assign default value to the column
35 Which statement is wrong
36 State wrong one:
37 Select wrong statement regarding VIEW
38 Which command display all the tables on screen
39 Which command display the structure of table on screen
40 View not contains at the time of definition
41 Which command used to replace existing value of the column
42 Which condition(s) necessary to make view read only
43 Which clause specifies that INSERT and UPDATE performed through the view are not allowed to create rows which the view cannot select
44 A table is Key-preserved table
45 Which clause allows the reciptent user to give further grants on the objects
46 Indexing:
47 To delete the index from the table
48 Display the list of ROLES created by users
49 Step(s) for creating clusters
50 Clustering means
51 Maximum length of all the cluster columns combined is :
52 START WITH clause is used in
53 The command used to make changees to permanent:
54 The command used to discard part or all work the user has done in current transaction
55 The statement used to discard or commit all the changes upto a point
56 Which is/are the advantage of PL/SQL
57 Which one is not the section of the PL/SQL program
58 %rowtype is used
59 Which operator have the higher precedence
60 EXIT WHEN
61 SELECT statement in PL/SQL must return
62 Which clause used with SELECT statement to store values from the table into variables
63 Which command is used to compile and execute the PL/SQL program
64 Command used to print on the screen
65 variable declaration is done in :
66 Which on is not acomposite datatype:
67 SQLERRM
68 Which varable attribute is used to define a column type variable
69 Private SQL area to execute SQL statements and store information
70 Which clause excluded in cursor
71 Run time error are known as:
72 Cursor not supported by
73 Which one is not predefined exception
74 In PL/SQL a function returns
75 Function required
76 Which argument mode lets the user to pass the value to called subprogram.
77 Which one is not the part of trigger
78 Which part is optional
79 SQLJ :
80 Which command used to close a file
81 Which command used to open a file
82 NCLOB stands for
83 BFILE stands for :
84 Which is not an oracle process
85 Which is/are provided NCA
86 which one is not a oracle product
87 Which is oracle case tool
88 JVM stands for
89 Which one is not th content of Program global area
90 Which tool should you use to display the structure of the DEPARTMENT table?
91 You want to understand why Oracle Expert has suggested a particular change toyourtavlespace storage parameters.How can you find more information.
92 Indicate which describes the term "Software"
93 User JAIN owns the EMP table. Which privilege does user SCOTT need to modify data in two of the columns in this table?
94 Given this formula: number of blocks that contain rows, number of blocks below the high-water mark, Which value should be your target for non-empty tables?
95 For which purpose should the SYSTEM tablespace ber used?
96 Which SQL command would you use to permanently remove all of the rows of data from a table and reduce its storage space?
97 You are using ORM to disable some constrains prior to a direct path data load. Which two constraint types should be disabled?
98 When is the best time to pin a procdure in the shared pool?
99 In which parameter would a higher values reduce the wait time for free transaction space?
100 You are attempting to create a table space with the SIZE parameter when you receive this error?ORA-59 Maximum number of DB_FILES exceeded What is the best way to solve this problem?
101 Which of the following actions will alwayscause the DBWR process tlo write dirty buffers to disk?
102
103 Which is the type of the table that may be a good candidate for clustering?
104 If you wanted to termiante a user's session, which are the two of the following values that must be included in the KILL SESSION clause?
105 Which of the following types of of storage structurewould you use to create three tables that will be frequently joined based oln similar key column values?
106 You altered the NLS_SORT parametre by altering the parameter file. Which data dictionary view would you query to display the current NLS_SORT parameter value?
107 You are monitoring the distribution of space allocated to the DEPT table owned by the Human Resources Application. Which data dictionary view could you query to display the number of blocks used by the table in each data file?
108 Which SQL clause should be used when it is possible to avoid sorting?
109 Which two SELECT statement clauses return all the rows of a table when combined?
110 If you have exceeded the total allocation to the buffer pools by setting the DB_BLOCK_BUFFERS and/or the DB_BLOCK_LRU_LATCHES parameters too high, what would happen?
111 You have been given the task of determining how many roolback segments to be allocated to an application> What do you need to accomplish this task?
112 Which SQL operation requires a sort?
113 Which Oracle diagonistic tool can display chart with realtime information on users throughput tablespaces andI/O?
114 Your database has these tablespace:USERS,.TEMP,SYSTEM,RBS,
Which table space should be usedto store application indexes?
115 Roundrobin scheduling
116 In which of the following two data dictionary views all the space in a data file, except for the header black, can be accounted for?
117 For which task would you use the OEM Console Lauch Palette?
118 When does paging occur ?
119 A characteristic of an on-line real-time system is
120 Which of the following statements is false?
121 Which of the following modules does not incorporate initialization of values changed by the module?
122 Indicate whether the statement LDA B is a statement in
123 A critical region is
124 Which of the following addressing modes, facilitates access ot an operand whoe location is defined relative to the beginning of the data structure in which it appears
125 Which of the following is/are the advantage
(s) of modular programming?
126 The capacity planning
127 The computational technique used to computer the disk storage address of individual records is called:
128 A process is another name for
129 Thrashing
130 Which type ofadminstrative operation isrecoerded in the alert file?
131 Fork is
132 The register or main memory location which contains the effective address of the operand is known as
133 Situations where two or more processes are reading or writing some shared data and the final result depends on who runs precisely when are called
135 In which situation would it be most appropriate to use a self join query
136 You used the TRUNCATE command on the INVENTORY table which two results are true?
137 You are using a procedure that quesries customer information. Where is this data processed?
138 In which addressing mode the effective address of the operand is the contents of a register specified in the instruction and after accesing the operand, the contents of this register is incremented to point to the next item in the list?
139 The paging rate
140 What type of failure wiould hazve occurred if a user modifying the EMPOLYEE table inadvertently set all employee salaries to the same amount?
141 Moving process from main memory to disk is called
142 Which of the following is not a part of the operating system?
143 You are creating an index on the EMPNO column ion the EMPOLYEE TABLE. Which statement will you use?
No comments