How we get some middle records in one table?
Answer Posted / prasanna
By using a search condition like 'where'
Eg:select eno,ename,esal from emp where eno=3;
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Give me example of derived data types.
What is difference between ++ I and I ++ in java?
What is the use of conditional statement?
Differentiate between the constructors and methods in java?
What is enhanced loop in java?
What occurs when an object is constructed?
What is arrays sort in java?
Is binary a low level language?
What is collection sort in java?
Which variables are stored in stack?
why doesn't java run on all platforms?
What is the benefit of abstract class?
How define set in java?
Does garbage collection occur in permanent generation space in jvm?
What about features of local inner class?