I making a project. I\'m using T-SQL. I want to do this;
GRANT SELECT,UPDATE FROM dbo.ogrenciler(where dbo_ogrenci.b_id = 2) TO dekan;
I trie