virtual columns
a virtual column must be ignored from the insert command or an error occurs. to add a virtual column to the table execute the alter table statement. to insert a row into a table using the virtual column simply omit the value for that row. next perform the all column in table query to view the correct calculations.
a virtual column must be ignored from the insert command or an error occurs. to add a virtual column to the table execute the alter table statement. to insert a row into a table using the virtual column simply omit the value for that row. next perform the all column in table query to view the correct calculations.