https://www.jooq.org/doc/3.21/manual/sql-building/ddl-statements/create-statement/create-view-statement/create-view-with-check-option/
The WITH CHECK OPTION clause of the CREATE VIEW statement
The WITH CHECK OPTION clause of the CREATE VIEW statement
with check optioncreate viewclausestatement
https://neon.com/postgresql/views/views-with-check-option
Creating PostgreSQL Views WITH CHECK OPTION
Show you create views using the PostgreSQL WITH CHECK OPTION to ensure that the changes to the base table satisfy the view-defining condition.
with check optionpostgresql viewscreating
https://mysqlcode.com/local-in-mysql-view-with-check-option/
LOCAL In MySQL View WITH CHECK OPTION - MySQLCode
Dec 28, 2022 - In this tutorial, we will see detailed information about the LOCAL in the WITH CHECK OPTION clause. To understand the LOCAL concept, you must possess
with check optionlocal inmysqlview