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
How we create object in copy constructor?
When a byte datatype is used?
What is default exception handling in java?
Why convert an applet to an application?
How do you read a char in java?
What is variable and constant explain with example?
What is the difference between an array and an array list?
Is java free for businesses?
What is locale in java?
What are the two types of java?
What is the difference between length and length () in java?
What is replacefirst in java?
What happens if an exception is not handled in a program?
What is early binding and late binding in java?
what is static import in java? Explain