Theory-of-Computation
March 12, 2024Question 17233 – NTA UGC NET JUNE-2023 Paper-2
March 12, 2024UGC NET CS 2012 June-Paper2
|
Question 9
|
What deletes the entire file except the file structure ?
|
ERASE
|
|
|
DELETE
|
|
|
ZAP
|
|
|
PACK
|
Question 9 Explanation:
→ PACK statement removes all records marked for deletion permanently.
→ DELETE statement is used to delete existing records in a table.
→ ZAP deletes the entire file except the file structure.
→ DELETE statement is used to delete existing records in a table.
→ ZAP deletes the entire file except the file structure.
Correct Answer: C
Question 9 Explanation:
→ PACK statement removes all records marked for deletion permanently.
→ DELETE statement is used to delete existing records in a table.
→ ZAP deletes the entire file except the file structure.
→ DELETE statement is used to delete existing records in a table.
→ ZAP deletes the entire file except the file structure.
