Both features reside only in the client side, of course.
A virtual column allows to permanently show, in a table, a column calculated from a _javascript_-alike _expression_. That _expression_ is based on other columns of the table and offers several mathematical functions. I know that you can do the same with a view, which is much more powerful, but doing this in the client-side has some advantages in certain situations:
- If you have not permission to create a view.
- If you have permission, but don't want to clutter the schema.
So it's not invasive to other users.
- You can use this column to color the rows by a given criteria.
- Maybe the most important: since you're viewing a table and not
a view, you can still edit the records from the GUI, as usual.
On 01/04/2020 22:28, Thomas Kellerer
wrote:
negora schrieb am 01.04.2020 um 21:44:
It has lots of useful features, such as good query completion, rowWhat kind of feature is "virtual foreign keys"?
coloring, virtual columns, virtual foreign keys
Or "virtual columns" in the context of a SQL GUI tool