 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | Value of the @techonthenet variable can be changed using the SET statement, as follows __________ | 
| A. | SET @techonthenet = ‘Example showing how to declare variable’; | 
| B. | SELECT @techonthenet = ‘Example showing how to declare variable’; | 
| C. | SET @techonthenet == ‘Example showing how to declare variable’; | 
| D. | None of the mentioned | 
| Answer» B. SELECT @techonthenet = ‘Example showing how to declare variable’; | |