What is analyze command used for?
No Answer is Posted For this Question
Be the First to Post Answer
What would you use to improve performance on an insert statement that places millions of rows into that table?
How to load excel data sheet to oracle database
Difference between pre-select and pre-query
what is the difference between oracle enterprise edition and oracle express edition?
find out first highest salary?
10 Answers Verinon Technology Solutions,
What is self-referential integrity constraint ?
How to invoke the data pump import utility?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
State and explain the different types of data models?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to count duplicated values in a column in oracle?
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