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 |
Can any one give an example (Source Code) on virtual function implemetation in Java?
Why we need new operator in java at the time of object declaration and why not in c++?
Artficial language is provided which of the language?
Explain polymorphism. Provide an example.
This is a puzzle question .... The warden meets with 23 new prisoners when they arrive. He tells them, "You may meet today and plan a strategy. But after today, you will be in isolated cells and will have no communication with one another. "In the prison is a switch room, which contains two light switches labeled A and B, each of which can be in either the 'on' or the 'off' position. I am not telling you their present positions. The switches are not connected to anything. "After today, from time to time whenever I feel so inclined, I will select one prisoner at random and escort him to the switch room. This prisoner will select one of the two switches and reverse its position. He must move one, but only one of the switches. He can't move both but he can't move none either. Then he'll be led back to his cell. "No one else will enter the switch room until I lead the next prisoner there, and he'll be instructed to do the same thing. I'm going to choose prisoners at random. I may choose the same guy three times in a row, or I may jump around and come back. "But, given enough time, everyone will eventually visit the switch room as many times as everyone else. At any time anyone of you may declare to me, 'We have all visited the switch room.' and be 100% sure. "If it is true, then you will all be set free. If it is false, and somebody has not yet visited the switch room, you will be fed to the alligators." What is the strategy they come up with so that they can be free?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
why rownum=1 works properly but not rownum=>2,=>3 etc.
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
What is SAP TAO? · Which Version you are using? · What is the Latest Version in SAP TAO? · What are the Advantages in SAP TAO? · What are the Patches required for SAP TAO? · What is BPT? · Difference between BPT & SAP TAO? · Which Framework using for SAP TAO? · What is CBASE? · What is the SAP TAO Architecture? · What are the Prerequisites for SAP TAO? · SAP Solution Manager Mandatory for SAP TAO 1.0? · SAP Solution Manager Mandatory for SAP TAO 2.X? · What is UI Scanner? · What is Inspector? · How many ways to Create a components using TAO 1.0? · How many ways to Create a components using TAO 2.x? · Which service pack required for SAP TAO 2.7? · What is Import/Export? · What is Consolidate?
hoe to data grid use in sql server 2000?
can php support multiple inheritence?
What is the first message line that any language learning prints on the screen? and why?