How to find the date and time of last updated table?
Answer Posted / manoj
select table_name from user_tables where last_analyzed in
(select max(last_analyzed) from user_tables)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write query to return all rows sql?
What are data driven subscriptions?
What is a covered index?
Do you know what is rank function?
How raid can influence database performance?
Which sql server table is used to hold the stored procedure scripts?
We need to perform what steps in the following order to work with a cursor?
What are a scheduled jobs or what is a scheduled tasks?
What is difference between count (*) and count 1?
What is indexing a document?
please differentiate between delete and truncate?
What are pessimistic lock and optimistic lock?
What is the use of group by clause?
Tell me about pre-defined functions of sql?
What is local temp table?