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 are all the different types of indexes?
what are all the common sql function? : Sql dba
Describe different types of general function used in sql?
How does sql profiler work?
How can I change database name in sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is varchar example?
Can we use delete in merge statement?
What is the difference between view and stored procedure?
Compare sql & pl/sql
What is trigger types of trigger?
Is record in oracle pl sql?
How to write pl sql program in mysql command prompt?
How to fix oracle error ora-00942: table or view does not exist
What are the types of triggers in sql?