Question : With Sql-Server, I create this view: IF OBJECT_ID (‘dbo.v_table’, ‘view’) IS NOT NULL DROP VIEW [dbo].[v_table]; GO CREATE […]