What is the difference between function and procedure in pl/sql?
How many sql statements are used? Define them.
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What is a boolean in sql?
Use The Implicit cursor to Query The Department table information Where Deptno is 30.check,if no record was found then print "Record Was Not Found".Else Print Deptname And Ename.Dept table Have Dname Varchar2(20),Deptno Number,EnameVarchar2(20).Please Answer In 2 mins,with in Maximum 15 lines.
Which sql statement is used to delete data from a database?
What is crud stand for?
What are pl/sql cursors?
Given two tables Student(SID, Name, Course) and Level(SID, level) write the SQL statement to get the name and SID of the student who are taking course = 3 and at freshman level.
what is bulk bind
What is bulk collect in pl sql?
How can u find column name from a table which have max value in a row.( not max value)
Explain how can you save or place your msg in a table?