CREATE TRIGGER tr_ChufaqiON Student FOR INSERT AS DECLARE @sid INT SELECT @sid =ID FROM insertedINSERT INTO Score VALUES (@sid,90)Go