-- Suppose a table might have 7 columns you only need data from 3 columns, you can create subset for this 3 columns -- views can only use to combine for multiple tables -- Creating a virtual table -- ...
Read this SQL tutorial to learn when to use SELECT, JOIN, subselects and UNION to access multiple tables with a single statement. It’s sometimes difficult to know which SQL syntax to use when ...