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 do you do in data exploration
What is buffer cash and log cache in sql server?
explain different types of jions with examples briefly?
2 Answers Accenture, Excellence, Zensar,
What does it mean to normalize a database and why would you do it?
What is a scheduled job or what is a scheduled task?
What is a group function explain with an example?
How to connect to a sql server using odbc_connect()?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
What is indexed view?
What are subquery and its properties?
What will happen if a column containing char type data is changed to the nchar data type?
Are null values the same as that of zero or a blank space?
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)