YOU NEED TO STORE IMAGES IN FOR A WEB SITE USING SQL SERVER 2008....

11. You need to store images in for a Web site using SQL Server 2008. How can you accomplish this?A. Use a FileStream data type, and the images will be stored on diskB. Use a varchar data type and store the images in that fieldC. Use an int data type and store the images in that fieldD. Use an nchar data type and store the images in that field