How to select unique records from a table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between a query and a report?

0 Answers  


What is data definition language?

0 Answers  


can a stored procedure call itself or recursive stored procedure? : Sql dba

0 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


Explain ttitle and btitle.

0 Answers  






what is meant by nl2br()? : Sql dba

0 Answers  


What is tuple in sql?

0 Answers  


how to use case expression? : Sql dba

0 Answers  


What do you mean by table in sql?

0 Answers  


What is the main reason behind using an index?

0 Answers  


What does joining a thread mean?

0 Answers  


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

0 Answers   Wipro,


Categories