How to find the last update record in SQL Server?
Answers were Sorted based on User's Feedback
Answer / ravindra
Select top 1 <Col-name> from <table> order by RecordTime
desc
| Is This Answer Correct ? | 17 Yes | 18 No |
Answer / anil kumar
Select max(<columnname>) from <tablename>;
| Is This Answer Correct ? | 10 Yes | 38 No |
What the different components of Replication and what is their use?
select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?
Do you know what is similarity and difference between truncate and delete in sql?
What are the grouping functions?
What are user defined functions in ms sql server?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What are the properties of the relational tables?
How do I setup a local sql server database?
How do you troubleshoot SQL Server if its running very slow?
What new changes are being made in SQL Server?
Can sql servers link to other servers?
What are different types of schemas?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)