×

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

What is the syntax to create view?

4. What is the syntax to create view?

  1. CREATE VIEW view_name AS
  2. CREATE NEW view_name AS
  3. CREATE AS view_name VIEW
  4. CREATE AS view_name NEW

Answer: A) CREATE VIEW view_name AS

Explanation:

Syntax to create view CREATE VIEW view_name AS.

Comments and Discussions!

Load comments ↻






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