Can we create table inside stored procedure?
No Answer is Posted For this Question
Be the First to Post Answer
select sal from emp group by sal
With out using count() function. How to the find total number of rows in a table?
write a procedure to find top second no from a list of numbers
How exception is different from error?
How to disable a trigger name update_salary?
how to do backup entire database? : Transact sql
What is scalar function?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What are all ddl commands?
Can we use threading in pl/sql?
How can use stored procedures in sql?
wirte a query to filter improper date format follwing table? date 20-apr 22-may-2010 26-jun-2010 feb-2009 i want the output date 22-may-2010 26-jun-2010