Hello K Tharangini,
Welcome to the Microsoft Q&A forum.
In Serverless By default, the string type in delta table will be resolved to varchar(8000) by schema inference. This is documented here: https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/best-practices-serverless-sql-pool#check-inferred-data-types
To resolve this, please define schema using WITH clause and setting ‘VARCHAR(MAX)’ for the problematic column.