What's the difference between DELETE TABLE and TRUNCATE TABLE
commands?
Answer Posted / kalyan
truncate table means structure of table cannot deleted but
it deletes the data in the table. And Delete command deletes
the entire table with data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Why dont c comments nest?
Explain how can I manipulate strings of multibyte characters?
What is the meaning of 2d in c?
Why does this code crash?
Which is better between malloc and calloc?
How pointers are declared?
Why shouldn’t I start variable names with underscores?
What is optimization in c?
What is uint8 in c?
Explain what are multibyte characters?
What are valid operations on pointers?
The statement, int(*x[]) () what does in indicate?
What is the general form of #line preprocessor?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array