What is user defined stored procedures?
No Answer is Posted For this Question
Be the First to Post Answer
What is acid properties?
What do you think of this implementation? Can this be implemented better?
What is better - 2nd Normal form or 3rd normal form? Why?
What is a ddl statement?
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
Give an example of why you would want to denormalize a database
how to delete duplicate rows from table
can i write function in stored procedure and stored procedure in function and nested procedure.Give one example for each question?
What is Cross Join and in which scenario do we use Cross Join?
What is the use of keyword with encryption. Create a store procedure with encryption?
Differentiate between delete and truncate.
How you can change a cross join into an inner join?
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)