sql server programming:
hi,
These are some questions i found tricky, please try to answer
atleast some of questions.
1.The IF UPDATE(column_name) parameter in a trigger defination will
return
TRUE in case of an INSERT statement being executed on the triggered
table
--is this statement true/false.
2. Which of following datatypes is not supported by sql server ?
a. character
b. binary
c. logical
d. date
e. numeric
f. all are supported
3. A column that allows NULLs requires more space to store a value.
---is this statment true/false.
4. A cursor is a pointer that identifies a specific working row with
in a
set.
---is this statment true/false.
5. Study the situation described below and identify the nature of
relationship /
Each student can enroll into more than one class. Each class can
accommodate more than one student.
a. 1 to N
b. 1 to 1
c. M to N to 1
d. M to N
e. N to 1
( what relation of M and N with the question ?)
thanks
v