How to display the records between two range in Oracle SQL Plus?



How to display the records between two range in Oracle SQL Plus?..

Answer / Qasim Ali

To display the records between two ranges in Oracle SQL Plus, you can use the WHERE clause with a BETWEEN operator.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Can we use joins in subquery?

1 Answers  


I have the table like this S.No Name ID 01 Xyz 123 I want the result as 01Xyz123 How to write the query to retrieve the entire row data in a single column?

1 Answers  


what are the drivers in mysql? : Sql dba

1 Answers  


Are dml statements autocommit?

1 Answers  


define primary key & secondary key?

2 Answers  


how to enter numeric values as hex numbers? : Sql dba

1 Answers  


Does sql view stored data?

1 Answers  


How many primary keys can a table have?

1 Answers  


How does sql profiler work?

1 Answers  


What is cursor status?

1 Answers  


wtite down triggr not any entry on Sunday

2 Answers   NIT,


Name three sql operations that perform a sort.

1 Answers  


Categories