- 
					 How many of the following shared tablespaces is bound by the OS file size limit?
 MyISAM, InnoDB, TRANSACTION
- 
                        - 3
- 2
- 1
- 0
- None of these
 
Correct Option: C
In MySQL, all the MyISAM tables shared tablespace files size if bound by the operating system file size limits. For InnoDB tables shared tablespaces, it is not bound by this factor.
 
	