var quiz = {
	questions : [
		{
			text : 'Which of the following methods cannot always be used when trying to upgrade to Oracle 11g? ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Use the Database Upgrade Assistant to guide and perform the upgrade in place',
				'Perform a manual upgrade of the database',
				'Use the Oracle Data Pump utilities to move data from an earlier version of Oracle to Oracle 11g',
				'Copy data from an earlier version of Oracle to an Oracle 11g database'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out what you need to know about <a href="http://searchoracle.techtarget.com/tip/0,289483,sid41_gci1294571,00.html">upgrading to Oracle Database 11g</a>.'
		},
		{
			text : 'Which of the following statement failures can occur in Oracle 11g?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'A data error',
				'A permissions error',
				'A space error',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchoracle.techtarget.com/tip/0,289483,sid41_gci1317399_mem1,00.html">backup and recovery concepts for Oracle 11g</a>.'
		},
		{
			text : 'True or false: The SQL syntax creates tables and filtering conditions, which makes it easy to perform SQL tuning.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out how to use the <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1267388,00.html">SQL Performance Advisor tool</a>.'
		},
		{
			text : 'Which of the following software tools cannot be used by a database administrator to tune the Oracle Database 11g?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Oracle Enterprise Manager Diagnostics Pack',
				'SQL Logics Advisor',
				'Automatic Database Diagnostic Monitor',
				'SQL Access Advisor'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Become an expert on <a href="http://searchoracle.techtarget.com/tip/0,289483,sid41_gci1294842,00.html">Oracle Database 11g SQL tuning</a>.'
		},
		{
			text : 'Which of the following is not one of Oracle 11g\'s features?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Real application testing',
				'Oracle SecureFiles',
				'Oracle Active Data Guard',
				'Oracle PermissionsPack'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about the <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1267614_mem1,00.html">new features available in Oracle 11g</a>.'
		},
		{
			text : 'Oracle\'s Real Application Testing supports:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Oracle Database 9i',
				'Oracle Database 10g',
				'Oracle Database 11g',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out what <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1266345_mem1,00.html">Oracle execs</a> had to say about Oracle 11g.'
		},
		{
			text : 'Which of the following XML upgrades is not included in Oracle 11g?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'A new binary XML data type',
				'A new XML index',
				'XML entity support',
				'Enhanced support for XQuery '
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Gain a better understanding of <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1266399_mem1,00.html">XML enhancements for Oracle 11g</a>.'
		},
		{
			text : 'Which of the following is not a type of subquery in SQL?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Single-row',
				'Binary',
				'Multiple-row',
				'Correlated'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn <a href="http://searchoracle.techtarget.com/generic/0,295582,sid41_gci1335110,00.html">SQL fundamentals for Oracle Database 11g</a>.'
		},
		{
			text : 'True or false: The Database Replay and SQL Performance Optimizer allow users to replay and identify individual transactions that occur within the database.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1266334_mem1,00.html">Compare Oracle 11g with previous releases</a> and get the opinions of other solutions providers.'
		},
		{
			text : 'Which of the following is not one of the places in a query where a subquery may be used?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'In the FROM clause',
				'In the WHERE clause',
				'In the WHEN clause',
				'In the HAVING clause'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get a step-by-step approach for <a href="http://searchoracle.techtarget.com/generic/0,295582,sid41_gci1333146,00.html">defining SQL subqueries for Oracle 11g</a>.'
		}
	]
};