HOW TO PRINT
*
**
***
****
*****
BY USING SQL QUERY? (MAY BE USING SCRIPT)
Answer Posted / swastik
SELECT
LPAD('*',ROWNUM,'*') Stars
FROM ALL_OBJECTS
WHERE ROWNUM <= 5
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how tsql statements can be written and submitted to the database engine? : Transact sql
What is normalization in sql?
Write the command to remove all players named sachin from the players table.
What are the different types of constraints?
Why do you partition data?
How do I get sql certification?
how to get @@error and @@rowcount at the same time? : Sql dba
how to select unique records from a table? : Sql dba
i have some prob lem to tell me about my self in interview first round ...
Does truncate remove indexes?
What is a unique constraint?
Is there a 64 bit version of ssms?
what is a primary key? : Sql dba
What is pl sql block structure?
What is the difference between having clause and where clause?