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
Does user triggers have entry for trigger with compilation errors?
What is data definition language?
What are conditional predicates?
what is 'mysqlcheck'? : Sql dba
What are the rules to be applied to nulls whilst doing comparisons?
Is subquery faster than join?
Enlist the characteristics of pl/sql?
What is sql profiler in oracle?
what is the use of set statement in tsql? : Transact sql
What are data types in pl sql?
What are the limitations of sql express?
What is trigger and types?
What is serial sql?
Is sql scripting language?
What is the default isolation level in sql server? : Transact sql