absolutey.
for instance pure DDL statements for creating tables,views altering tables etc.
below just a simple example
This is very useful as everybody formats in the same way and when we do QA its easier to read as we are all used to the same formatting.
CREATE or replace view v as (select 1 from dual);
Last edited by Slavko Brkic; 06/01/23 01:25 PM.