how to select unique records from a table? : Sql dba



how to select unique records from a table? : Sql dba..

Answer / Dharm Prakash Pawan

To select unique records from a table in SQL, you can use the DISTINCT keyword. Here's an example:nnSELECT DISTINCT column_name FROM table_name

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Why do we use view in sql?

1 Answers  


Explain the two type of Cursors ?

8 Answers   Hi Caliber IT,


Show how functions and procedures are called in a pl/sql block.

1 Answers  


what are tables and fields? : Sql dba

1 Answers  


how tsql statements can be written and submitted to the database engine? : Transact sql

1 Answers  


What does joining a thread mean?

1 Answers  


What is INSTEAD OF trigger ?

13 Answers   Hexaware, TCS,


What is sql server and ase?

1 Answers  


If the base table structure is changed what will happen to join index????

2 Answers  


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

1 Answers  


what is a table in a database ? : Sql dba

1 Answers  


What are sql ddl commands?

1 Answers  


Categories