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 is clustered index in sql?
how to get help information from the server? : Sql dba
How many sql commands are there?
What does (*) mean in sql?
How to create a menu in sqlplus or pl/sql?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
How to make a copy values from one column to another in sql?
What are triggers in sql?
What is graph sql?
How do I run a query in pl sql developer?
What does fetching a cursor do?
What is trigger with example?
What is Histogram?
what is a control file ? : Sql dba
What does rownum mean in sql?