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


Please Help Members By Posting Answers For Below Questions

What is use of @@ spid in sql server?

673


Can you explain different types of locks in sql server?

521


explain the storage models of olap? : Sql server database administration

518


How to send email from database?

579


How many replicas are maintained for each sql azure db?

104






Does partitioning help performance?

527


Is sql server a database?

529


How do you debug a procedure in sql server?

492


What is scheduled job and how to create it?

546


Explain boyce and codd normal form(bcnf)?

533


List all types of constraints in sql server?

511


How to enter unicode character string literals in ms sql server?

570


How to use group functions in the select clause in ms sql server?

531


State a few properties of relational databases?

661


What are scalar functions in sql?

603