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
How much does sql certification cost?
What does the hierarchical profiler does?
Is sql a backend?
Write a sql query to find the names of employees that begin with ‘a’?
What is union?
Show how functions and procedures are called in a pl/sql block.
Explain sql data types?
What is the use of index in hive?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
what is the different between now() and current_date()? : Sql dba
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
How can we find duplicate records in a table?
How do I start sql profiler?
What is the difference between inner join and left join?
What is a recursive stored procedure?