HOW TO PRINT
*
**
***
****
*****
BY USING SQL QUERY? (MAY BE USING SCRIPT)
Answer Posted / swastik
SELECT
LPAD('*',ROWNUM,'*') Stars
FROM ALL_OBJECTS
WHERE ROWNUM <= 5
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you mean by stored procedures?
What is a Mapplet?
How does cross join work?
What do you understand by pl/sql packages?
How insert into statements in sql?
How do I create a sql script?
How do you optimize a query?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
What is sql and its types?
how many tables will create when we create table, what are they? : Sql dba
How does sql store data?
what is a view? : Sql dba
Can cursors be part of a trigger body?
Why do we need sharding?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000