employer cover photo
employer logo
employer logo

WhiteHedge Technologies

Est-ce votre entreprise ?

Question d’entretien chez WhiteHedge Technologies

what are views in database

Réponse à la question d'entretien

Utilisateur anonyme

26 août 2024

In a database, a view is a virtual table that is based on the result of a SELECT query. Unlike a regular table, a view does not store data physically; instead, it dynamically generates data whenever it is accessed, based on the underlying query.