What is oracle rownum?
No Answer is Posted For this Question
Be the First to Post Answer
What is raw datatype?
What is difference between SUBSTR and INSTR?
What is the difference between truncate & delete command?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
What is the string concatenation operator in oracle?
What are the different types of modules in oracle forms?
How to best split csv strings in oracle 9i?
What are the different pseudo commands? Explain in general?
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 are the numeric comparison operations?
How to convert raw data type into text in oracle? Explain
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?