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
What is difference between static and final?
Difference between Linked list and Queue?
What is the use of keywords in java?
What is the flag in java?
What is a boolean field?
Can an interface extend another interface?
Explain java coding standards for constants?
What are class members by default?
Why super is first line in java?
What is a finally block?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is keyset in java?
Can a list be null in java?
What is the use of jtable?
Write a java program to check if a number is prime or not?