Can let me know how to remove views/tables from Azure Synapse Inbuilt SQL Serverless Pool.
Its easy enough to remove individual tables/views using following:
use [DatabaseName]
GO
drop EXTERNAL table schemaname.tablename
But I would to remove all the views/tables shown here: