oracle is compiler or interpretter,can any one tell me the
answer?
1071
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????
63
what is the use of anchoring object? what r the difference
between anchoring object & enclosing object? can any one
tell me all the details?
47
write a procedure to print a statement or number not
using "dbms_output.put_line" package.write a procedure
instead of it using procdure name as "print"
ex:-
declare
a number:=2;
begin
print(a);
end;
/* when U type above procedure 2 have to should be printed*/