...
- Any object (Views/Table/Queries etc) will need to be prefixed with the name of the project followed by a full stop
- In the example below the project name is Restricted. Therefore if a view called
"joinoftables"
was generated for this project the action would be"create view restricted.joinoftables"
or"create view dsbrestricted.joinoftables"
3. Once created, this will be for users with r or rw access to the project database schema.
...