What is a stored procedure in sql with example?
No Answer is Posted For this Question
Be the First to Post Answer
difference between oracle 8i and oracle 9i
Which command is used to delete a package?
How do I find sql profiler?
What is error ora-12154: tns:could not resolve the connect identifier specified?
How do you declare a user-defined exception?
Explain the uses of a database trigger?
What is a schema? How is it useful in sql servers?
what is the difference between delete and truncate commands? : Sql dba
Can we insert data into view?
3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
How do you exit in sql?
i hv 30 rows with date.ex:1month hav 4 weeks i want 1st day of the every week.write the qry for that.example jan has 4 weeks i need 1st dd for evry wk