1.

Which of the code deletes node H using hierarchical data type?

A. DELETE FROM H WHERE Name = ‘Steve’
B. DROP FROM H WHERE Name = ‘Steve’
C. DELETE H WHERE Name = ‘Steve’
D. All of the mentioned
Answer» B. DROP FROM H WHERE Name = ‘Steve’


Discussion

No Comment Found