What is oracle join syntax?
No Answer is Posted For this Question
Be the First to Post Answer
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
What do you mean by merge in oracle and how can you merge two tables?
What is difference between Rename and Alias?
What are the basic element of Base configuration of an oracle Database ?
How to define and use table alias names in oracle?
How to find out what oracle odbc drivers are installed?
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group
How to create an oracle testing table?
what is shell?
How to define a specific record type?
What is set verify off in oracle?
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.