Can we use ddl statements in stored procedure?
PL/SQL allocates memory for the variable's at runtime or at compile time
How is data stored in sql?
What is int identity in sql?
what is meant by urlencode and urldocode? : Sql dba
What are the two types of exceptions.
Why we use sql profiler?
Name three sql operations that perform a sort.
Can we connect to postgresql using sql developer?
What are the operators in sql?
What is recursive join in sql?
A table was given with 3 columns like Manager id,Manager Name and Employee name. Question was to create hierarchy.
Which one is the Best approach to put code, among Triggers and Procedures? Explain?