what is the command used to fetch first 5 characters of the string? : Sql dba
No Answer is Posted For this Question
Be the First to Post Answer
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
List out the acid properties and explain?
Is sql between inclusive?
What is a record in a database?
how a reference cursor works?what all adnvantages are gained with it..specify the situation?
What is sql*loader and what is it used for? : aql loader
How many databases can sql express handle?
What is a temporal table?
what is cross join? : Sql dba
What is the difference between sql and isql*plus?
How do I clear the screen in sql plus?
What is cartesian join in sql?
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)