What is the difference between database trigger and stored procedure?
No Answer is Posted For this Question
Be the First to Post Answer
Is stored procedure faster than query?
I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
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 ?
Write a query to display the current date in sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is clustered, non-clustured and unique index. How many indexes can be created on a table ?
How do I clear the screen in sql plus?
List the different type of joins?
What is procedure and function in sql?
What's the difference between a primary key and a clustered index?
How to install oracle sql developer?
Query for second maximum salary in each in each department
15 Answers DST Global Solutions, TCS,
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)