You need to create a clustered index on a view. Which functions can be used inside the view definition?

You need to create a clustered index on a view. Which functions can be used inside the view definition?


A – AVG( )
C – RAND(1000)

(You need to use only deterministic functions. RAND( ) is deterministic only when its seed is specified.)