How will you select unique values from a list of records?

Answer Posted / dinesh kumar

select distinct * from table_name;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I debug a stored procedure?

717


How do you add a column to a table?

683


What does the base_object_type column shows in the user.triggers data dictionary view?

660


What is difference between stored procedures and application procedures?

672


Which are sql * plus commands?

623






what does myisamchk do? : Sql dba

656


What is Histogram?

1183


How can we optimize a sql query?

664


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2161


What are procedures used for?

609


Which sql most popular?

656


What is a common use of group by in sql?

698


What does rownum mean in sql?

638


What is the function that is used to transfer a pl/sql table log to a database table?

634


what is isam? : Sql dba

669