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
What is c preprocessor mean?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What does void main () mean?
Why c is called a mid level programming language?
What is the hardest programming language?
Is a house a mass structure?
What does != Mean in c?
Disadvantages of C language.
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is array within structure?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are pointers in C? Give an example where to illustrate their significance.
What are keywords in c with examples?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What are the parts of c program?