Oracle and Java Programming
Description: IT C and Oracle | |
Number of Questions: 20 | |
Created by: Shaka Gupte | |
Tags: C and Oracle File Handling Data Types Variables and Storage Classes Operators and Expression Conditional Statement Java/Oracle /C/C++ Functions Arrays and Pointers |
What is the use of function feof ( ) in C language?
Which of the following characters are used for comment line and repeat command respectively in oracle?
Which of the following is not an oracle datatype?
Find the output of the following SQL. Select mod(10, 3) from dual;
Which of the following are pattern matching operators in oracle language?
Which of the following is incorrect about table level constraint in oracle?
Which of the following is incorrect about self join in oracle?
Forced views are generally used to create images of which of the following?
Which of the following is the correct PL/SQL function to print on screen?
What is the output of the following? substr (hiredate, - 2, 2) Given that hiredate is 01 Feb 13.
% rowtype dynamic data type is used in oracle PL/SQL to access
Which of the following is incorrect about views in oracle?
Which SQL statement will give different output as compared to others in oracle database?
Which of he following is the correct SQL statement to select ENAME, SAL and a virtual column 10% INCREASED SAL from emp table?
Which of the following SQL commands is not allowed in PL/SQL?
Which of the following statements is incorrect while inserting data into oracle table?
Which of the following is not a large object datatype in oracle?
Which of the following is not the cursor attribute in oracle?
All variables must be defined in the________ section of the PL/SQL.
Which of the following is not the format specifier in C language?