difference between list and display command ?

Answer Posted / 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 ?    49 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is apt_dump_score in datastage where it is useful

1494


what is meaning of MDM in sap?let me know that meaning

1679


19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.

1244


Which design patterns have you used?

1548


Write a program to show polymorphism.

695






I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.

1563


what is woransient key word? how it is used in java

1801


can we use commit,rollback in triggers and how?

1500


What is %Type,%Rowtype?

1838


in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'

1769


sample and simple coding where we get?

1779


what are the topics choosen for jam round for interviews

1155


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

1701


what will we require to build project with the help of oracle

1382


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1475