How do I sort a table in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

Can sql developer connect to db2?

0 Answers  


what is the difference between truncate and delete statement? : Transact sql

0 Answers  


What is materialised View?

2 Answers   IBM,


What is the difference between mdf and ndf files?

0 Answers  


What is offset and limit in sql?

0 Answers  






i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.

4 Answers   TCS,


How does one load ebcdic data? : aql loader

0 Answers  


What is pivot query?

0 Answers  


What does pragma mean?

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,


How do temporal tables work?

0 Answers  


I want to display the employees who have joined in last two months. (It should be executed randomly means If I execute the query in March it should display Jan and Feb joined employees. Same query if i execute in Feb, 2007 it should display dec, 2006 and jan 2007 joined employees.

15 Answers   Wipro,


Categories