wht is the difference between truncat,drop in sqlserver
wht is the difference between function and stored procedure
Answer Posted / srilekha
TRUNCATE:it will delete all the records at a time but not a
stucture.
DROP:it will delete the table permanently from database;
PROCEDUE:it may be return value,it will not used in sql
queries
FUNCTION:it returns a value,it will used in sql queries
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does stored procedure reduce network traffic?
What are the different types of tables in sql?
What is denormalization in a database?
Is it mandatory for the primary key to be given a value when a new record is inserted?
What is nested table in pl sql?
What is the difference between a procedure and a function?
What is sql*plus?
How do I turn a list into a table?
What does := mean in pl sql?
How many sql core licenses do I need?
What is where clause in sql?
what is a unique key ? : Sql dba
What is multiple partition?
What is the difference between between and in condition operators?
how to use case expression? : Sql dba