
create view testview as
select Firstname, Lastname from employees
und
create table testtable
(col1 int not null, col2 char(10) null)
| Objekt | Benutzer/Rolle | Berechtigung |
|---|---|---|
| Categories | public | alle Aufheben |
| Customers | public | alle Aufheben |
| Orders | public | alle Aufheben |
| OrderDetails | public | alle Aufheben |
| Employees | public | alle Aufheben |
| Customers | Kathy | Alle verweigern |
| Customers | Kundenbetreuer | alle erteilen |
select * from Employees
select * from Customers
select * from Categories
select * from Products