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 the difference between uservariables and systemvariables (in Environmental variables)???
why not instantiating servet using new operator?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
what is delegats ?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Need provab technical test questions
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
I want Ada programming language books. Could anyone post me any link for that?
What is diffrent between Method and and function in c#
what type of exceptions & problems are faced in production time at java technology?
how many types of operating system are avaliable?
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.