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
How do I debug a stored procedure?
How do you add a column to a table?
What does the base_object_type column shows in the user.triggers data dictionary view?
What is difference between stored procedures and application procedures?
Which are sql * plus commands?
what does myisamchk do? : Sql dba
What is Histogram?
How can we optimize a sql query?
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
What are procedures used for?
Which sql most popular?
What is a common use of group by in sql?
What does rownum mean in sql?
What is the function that is used to transfer a pl/sql table log to a database table?
what is isam? : Sql dba