I want to know last five transactions or records from emp
table, from now?
Answer Posted / sarmistha
select TOP (5) * from emp order by empid desc
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is consistency?
What are local and global variables and their differences?
What are different types of queries in sql?
what is the difference between truncate and drop statements? : Sql dba
What is the use of triggers?
explain about mysql and its features. : Sql dba
what is the difference between inner and outer join? Explain with example. : Sql dba
What are properties of the transaction?
What is replication id?
How do you update a sql procedure?
what is the difference between undefined value and null value? : Sql dba
What is transaction control language (tcl)?
How to place comments in pl/sql?
Write a sql query to convert all character to uppercase after hypen.
how to enter binary numbers in sql statements? : Sql dba