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
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is #include called?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
How can I manipulate strings of multibyte characters?
What is bash c?
Why do we use main function?
Which of these functions is safer to use : fgets(), gets()? Why?
Write a code of a general series where the next element is the sum of last k terms.
How can I determine whether a machines byte order is big-endian or little-endian?
What are the general description for loop statement and available loop types in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are the different file extensions involved when programming in C?
Explain how are 16- and 32-bit numbers stored?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop