Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
Differences between DROP a table and TRUNCATE a table?
3
like
0
dislike
What are the differences between DROP a table and TRUNCATE a table?
asked
1 year
ago
by
daneim
(
127,080
points)
difference
between
drop
truncate
1 Answer
1
like
0
dislike
Best answer
DROP TABLE table_name - This will delete the table and its data.
TRUNCATE TABLE table_name - This will delete the data of the table, but not the table definition.
answered
1 year
ago
by
marck_don
(
191,010
points)
Related questions
5
like
0
dislike
1
answer
Differentiate between TRUNCATE and DELETE?
asked
1 year
ago
by
marck_don
(
191,010
points)
difference
truncate
delete
oracle
7
like
0
dislike
1
answer
What is difference between TRUNCATE & DELETE ?
asked
1 year
ago
by
eagles11
(
179,830
points)
difference
oracle
truncate
delete
3
like
0
dislike
0
answers
Differences Between the Web and Well Controlled Collections?
asked
1 year
ago
by
marck_don
(
191,010
points)
difference
between
web
controlled-collections
6
like
0
dislike
1
answer
What is the difference between a contract and a scheduling agreement?
asked
1 year
ago
by
marck_don
(
191,010
points)
difference
between
contract
scheduling
9
like
0
dislike
1
answer
Do you know the difference between an "answer" and a "comments"?
asked
1 year
ago
by
tulip
(
12,960
points)
difference
between
answer
comments