answersLogoWhite

0


Best Answer

Most DBMS's will support these two syntaxes:

CREATE VIEW view_name AS SELECT col1, col2, col3 FROM table_name WHERE condition;

Where column names are just copied from the query

and:

CREATE VIEW view_name (colA, colB, colC) AS SELECT col1, col2, col3 FROM table_name WHERE condition;

Where column names are specified.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

6d ago

The two main approaches are Materialized Views and Indexes. Materialized views store the results of the query in a physical table to improve query performance, while indexes are data structures that enhance the speed of data retrieval by providing quick access to rows in a table based on the values of one or more columns.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two main approaches suggested for efficiently implementing a view for querying?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use querying in a sentence?

She was querying a question that somebody had told her.


What is a sentence for query?

Rose submitted a query to the news station to obtain more information on a local crime. The word query is a noun that means a request for information.


What is a synonym for asking?

Querying, inquiring, investigating, examining...


What term is used to refer to the requesting of information from a databased?

querying


What do you call words like and and or when you are filtering querying or searching records?

operators


What is a synonym for asking a question?

Querying, inquiring, interrogating, examining, investigating...


What is using a database program to fine particular records called?

Searching or Querying.


What allows you to store retrieve analyze and print information stored in a database?

A database management system (DBMS) is used to store, retrieve, analyze, and print information stored in a database. It provides functionalities to efficiently manage data, ensure data integrity, and support various operations such as querying and reporting on the data stored in the database.


What term is used to refer to the requesting of information from database?

querying


Data in a certain database includes a field for age categories one of which is senior citizen. If the age limit for this category changes from 55 years and above to 60 years and above which of the fol?

update querying


What is it called when you ask the database a question?

Querying the database.


What does querying mean?

A query is a question, so querying is asking a question. One type of query is when an author sends a letter (either email or snail mail) to an agent or publisher asking if they would like to read the author's book.