Q1:code to connect to sql server(database) through jdbc
application.
Q2:code to connect to Mysql(database) through jdbc application.
Q3:code to connect to oracle(database) through jdbc application.
Answer / raja
code to connect to sql server(database) through c language..
| Is This Answer Correct ? | 0 Yes | 0 No |
Can Multiple instances be run on Single Machine???
1) Does oracle have any table which contain all the exceptions and it's code internally?
List the parts of a database trigger.
What are the attributes of the cursor?
What is the oracle implicit cursor?
Explain implicit cursor.
How oracle handles dead locks?
Display the records between two range?
What is a initialization parameter file in oracle?
What does ROLLBACK do ?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL