Explain how to use transactions efficiently : transact sql
No Answer is Posted For this Question
Be the First to Post Answer
Explain the savepoint statement.
How can you create Cursor with parametres ?
Is sql considered coding?
Why do we go for stored procedures?
What is AUTH_ID and AUTH_USER in pl/sql ?
one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows in the table permanently and i want output in the above formatow should u write query?
How to return multiple rows from the stored procedure?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
Can a trigger call a stored procedure?
What is the trigger 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)