Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?
Answer / bhavya
Select
Listagg(rownum*3, ', ') within group (order by rownum desc)
From dual
Connect by level<=100/3;
| Is This Answer Correct ? | 6 Yes | 1 No |
Is progress software supports to ( pl/sql )?
Can we use pl sql in sql server?
What is data definition language?
What are the modes of parameters that can be passed to a procedure ?
How do I send sql query results to excel?
Do we need to create index on primary key?
How does postgresql compare to "nosql"?
write a query to delete similar records in different tables with same structure
What is pessimistic concurrency control? : Transact sql
What does count (*) mean?
What is a cursor ? Why Cursor is required ?
Determine if oracle date is on a weekend?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)