What is the difference between stored procedure and user defined functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is the difference between a local and a global temporary table?

0 Answers  


How many columns can exist together per table?

0 Answers   Cap Gemini,


Can two different columns be merged into single column? Show practically?

0 Answers   QuestPond,


Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?

0 Answers  


What is a Join in SQL Server?

3 Answers  






Explain multiserver query

0 Answers  


What are the ways available in sql server to execute sql statements?

0 Answers  


hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting

2 Answers  


Explain cursor as data base object?

0 Answers  


What is unpivot?

0 Answers  


Can you link only other SQL Servers or any database servers such as Oracle?

1 Answers  


1. What are the grouping function in SQL ? 2. If base table of a view deleted means, what will happen while we querying on view ? will give any error ? 3. Difference between DROP, DELETE, TRUNCATE table ? 4. What is constraints and types ? 5. What is max size of nchar & nvarchar ? 6. Define ROLLBACK, COMMIT, SAVE POINT 7. How non-clustered better ? or rank the Clustered, Non-Clustered and Table scan in performance wise 8. Select 10 rows from a table ? 9. Define DML, DDL, DCL, DTL commands ? 10. What is mean by NULL value ? NULL means "" or 0 or undefined ? 11. Default constraints ? 12. Can we have more then primary Key in table ? 13. Type of integrity ? Entity, Referential, Domain ?

10 Answers   Perot Systems,


Categories