Can a regular table (not created by a view) contain a single column which is a view of a column from another table, or does a view always have to create a separate virtual table?
If yes, what code (simple example) would be used to add the virtual column?