What is a VIEW in SQL?

SQL Fundamentals Easy

SQL Fundamentals — Easy

What is a VIEW in SQL?

Key points

  • Views are not physical copies of table data
  • They are not indexes for faster lookups
  • Views are not temporary tables that expire after a session

Ready to go further?

Related questions