HOW TO PRINT
*
**
***
****
*****
BY USING SQL QUERY? (MAY BE USING SCRIPT)
Answer Posted / kart
select lpad('*',rownum,'*') Star from person where rownum<6
*
**
***
****
*****
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
What is use of package in pl sql?
Explain architecture of sql server notification services?
Explain ttitle and btitle.
What are analytic functions in sql?
how to run 'mysql' commands from a batch file? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
State few characteristics of pl/sql?
what is a table in a database ? : Sql dba
Does varchar need length?
What is sql basics?
what is the syntax used for partition in tsql? : Transact sql
What is pl sql collection?
What is raid? How does it help storage of databases?
Why cross join is used?
what is union, minus and interact commands? : Sql dba