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 does the t-sql command ident_incr does? : Transact sql
How can we debug in PL/SQL?
How do you drop a trigger?
How do I delete a trigger?
Can a table contain multiple foreign key’s?
What is coalesce sql?
List the various privileges that a user can grant to another user?
What is natural join in sql?
What is foreign key in sql with example?
How does join work in sql?
What is %type in pl sql?
How many postgresql users are there, worldwide?
Why do we need pl sql?
Are stored procedures faster than queries?
how can we know the number of days between two given dates using mysql? : Sql dba