What are the two parts of a procedure ?

Answer Posted / tulsi

Procedure Specification and Procedure Body.

Is This Answer Correct ?    6 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is keys and its types?

538


What is the purpose of my sql?

506


Explain scalar functions in sql?

577


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1063


List the different type of joins?

569






Can two tables have same primary key?

531


What are the different set operators available in sql?

563


How do you exit in sql?

588


what is the command used to fetch first 5 characters of the string? : Sql dba

1132


What is sql server and ase?

538


What are synonyms in sql?

534


Lookups are a key component in sql server integration services (ssis). Explain its purpose?

535


Is trigger a stored procedure?

503


Can we create view in stored procedure?

524


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

552