Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What are the differences between blob and clob in oracle?
Difference between inner join vs where ?
Why do we need integrity constraints in a database?
Which is better Oracle or MS SQL? Why?
What is sharded cluster?
How do we know whether an index is created on a table ???
How to rename an index?
What is a schema in oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
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 is a database table in oracle?
What is an oracle database table?