HOW TO PRINT
*
**
***
****
*****
BY USING SQL QUERY? (MAY BE USING SCRIPT)
Answer Posted / shivaindu
select lpad('*',rownum,'*') Star from dual connect by level < 6;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is user in sql?
Are there any features that are decommissioned in 11g that are not present in 11g?
What are the types of keys?
Does asenumerable execute the query?
What is partition by in sql?
Can we join same table in sql?
What is the purpose of the partition table?
Name three sql operations that perform a sort.
What is the difference between view and stored procedure?
Where is sql database stored?
What are the advantages of normalization?
Which one is better subquery or joins?
What is bind reference and how can it be created?
What is exception? What are the types of exceptions?
How would you convert date into julian date format?