×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

To modify an Oracle VIEW definition without dropping it, use the ____ statement

6. To modify an Oracle VIEW definition without dropping it, use the ____ statement.

  1. CREATE AND REPLACE VIEW
  2. CREATE OR REPLACE VIEW
  3. CREATE NOR REPLACE VIEW
  4. CREATE XOR REPLACE VIEW

Answer: B) CREATE OR REPLACE VIEW

Explanation:

To modify an Oracle VIEW definition without dropping it, use the CREATE OR REPLACE VIEW statement.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.