Views in relational database
Jun 18, 2023 · 3 min read · What are views ? Views are virtual tables in a relational database that are derived from two or more underlying tables or views. Views are not physically stored in the database but provide an alternative way to query in the database. In the above dia...
Join discussion


