Hello everybody, I want to create a view with the option 'schema binding'.What is the problem in my statement
create view checks with schemabinding as select sno from test,
I receive an error msg as,
Cannot schema bind view 'checks' because name 'test' is invalid for schema binding. Names must be in two-part format and an object cannot reference itself.