How to delete multiple rows from a table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
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.
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
What is the relation of a user account and a schema in oracle?
What is raw datatype?
What is oracle thin client?
How does the on-delete-cascade statement work?
What is a data dictionary and how can it be created?
When can Hash Cluster used ?
How much memory your 10g xe server is using?
is there a tool to trace queries, like profiler for sql server?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it