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
If a cursor is open, how can we find in a pl/sql block?
Explain what is a field in a database and record in a database?
What is a constraint? Tell me about its various levels.
Mention what is the function that is used to transfer a pl/sql table log to a database table?
How to sort the rows in sql.
what are properties of a transaction? : Sql dba
What are the possible values that can be stored in a boolean data field?
What is the process of copying data from table a to table b?
How to display the current date in sql?
Why do we need unique key in a table?
what are set operators in sql? : Sql dba
Which table is left in left join?
What are sql data types?
Can pl sql procedure have a return statement?
How does postgresql compare to oracle/db2/ms sql server/informix?