16. Display the order number, order line number and the
shipping date. If the shipping date is null, display the
string <not shipped yet>.
Answer Posted / chanti
select order,orderline,decode(shipped date,null,'not
shipped',shipped date) from <TN>
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is there a function to split a string in plsql?
How to resolve name conflicts between variables and columns?
How to delete a column in an existing table?
Describe the types of sub query?
What is oracle sid?
What are temporal data types in oracle?
What is the usage of control file in oracle?
Explain what are the characteristics of data files?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
How to define a specific record type?
What is oracle thin client?
What is a nested table and how is it different from a normal table?
What are the attributes that are found in a cursor?
What do you mean by merge in oracle?
How to upsert (update or insert into a table)?