Skip to content
Loading
How to declare an integer variable which can except null? a) int? x b) <nullable>int x c) int x IS NULL d) int ISNULL(X)