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
how to include numeric values in sql statements? : Sql dba
what is acid property in database? : Sql dba
what is commit? : Sql dba
What is an intersect?
How sql query is executed?
How do I run a pl sql program?
Why do we need unique key in a table?
Can we join 3 tables in sql?
What are different types of statements supported by sql?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
How can I tell if sql is running?
Name the operator which is used in the query for pattern matching?
How do I run a sql script?
How to handle bulk data?
Can a procedure in a package be overloaded?