difference between list and display command ?
Answers were Sorted based on User's Feedback
Answer / ruby
Display command help to display the single current record in
a database
where as
List command helps to display all the current record which
are present in a data base.
| Is This Answer Correct ? | 50 Yes | 11 No |
Answer / nidhi roy
List command displays the contents of open database file.
Display command displays the contents of only active record.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / hiral joshi
list command's default value is all
where the
display command's default value is record
| Is This Answer Correct ? | 2 Yes | 0 No |
what is meant by life cycle of a business
how many languages .net is supporting now?
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
HTML is a subset of
What is the worst case of AVL tree?
what is difference between sap and java ?
3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is polymorphism in java.
how to generate dsnless connectivity in j2ee
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
Outline the two important features of a terminating recursion. Any ideas?