Q-1-What is difference between drop and delete command? Q-2-what is difference between drop and truncate commands? Q-3-Why truncate is DDL command? Q-4- What is select commands?




 Q-1-What is difference between drop and delete command?

 

Drop command

Delete command

1-Drop command belong to DDL.

2- Drop commands delete both header and table permanently.

3-Drop commands does not support where conditions.

 

Syntax:

Drop table<Table_Name>;

 

1-Delete command belongs to DML

2-Delete commands delete the data / body part of the table.

3-Delete support where conditions.

Syntax:

Delete from<table_name> where <conditions>;

 

 

 

Q-2- what is difference between drop and truncate commands?

Drop commands

Truncate commands

1-Drop command belong to DDL.

2- Drop commands delete both header and table permanently.

3-Drop commands does not support where conditions.

 

Syntax:

Drop table<Table_Name>;

 

1-Truncate commands belong to DDL.

2-Truncate command will delete both header and body of the table and re-create the header.

3-Truncate does not support where conditions.

 

Syntax:

Truncate table<Table_name>;

 

 

 

Q-3-Why truncate is DDL command?

Ans-The Truncate commands is Data Definition Language command that is used to delete the complete data from the table without deleting the table structure.

 

Q-4-What is select commands?

Ans-Select command is used to fetch the data in a set of records from a table.

Select * from <Table_name>;

Comments

Popular posts from this blog

माता-पिता किसी भी बच्चे के जीवन में अहम भूमिका रखते हैं. इसी वजह से हर साला मदर्स डे के साथ-साथ फादर्स डे (Father's Day 2020) भी मनाया जाता है. फादर्स डे जून के तीसरे रविवार (3rd Sunday of June) को मनाया जाता है और इस पिताओं (Daddy Special Day) को समर्पित यह खास दिन 21 जून यानी कि आज मनाया जा रहा है. वैसे तो आप चाहें साल के किसी भी दिन अपने पेरेंट्स को स्पेशल फील करा सकते हैं लेकिन फादर्स डे (Father's Day) खासतौर पर पिताओं को समर्पित है. ऐसे में आप उन्हें गिफ्ट्स देने के साथ-साथ फादर्स डे के मैसेज (Father's Day Messages) भेजना न भूलें. यहां हम आपके लिए कुछ ऐसे ही शानदार मैसेज लाए हैं, जिन्हें आप अपने पिता को भेज सकते हैं और उन्हें फादर्स डे विश कर सकते हैं. आप चाहें तो अपने फेसबुक और व्हॉट्सएप के स्टेटस पर भी ये मैसेज लगा सकते हैं और पिता को फादर्स डे (Father's Day Status) की शुभकामनाएं दे सकते हैं. सपने तो मेरे थे पर उनको पूरा करने का रास्ता कोई और दिखाए जा रहा था और वो थे मेरे पापा Love you papa…Happy father's डे

what is data, information and knowledge?