What are the different types of functions in sql?
No Answer is Posted For this Question
Be the First to Post Answer
how to create a primary key with out creating an index?
What are the return values of functions SQLCODE and SQLERRM ?
How to select 10 records from a table?
What is data control language?
Write the alter statement to enable all the triggers on the t.students table.
What is sap sql?
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 ?
Which join is like an inner join?
What is the use of index in sql?
what are the different types of joins?
If we declare constraints Unique and Not null on a single column then it will act as a Primary key, so what is the use of primary key??
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
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)