PrepAway - Latest Free Exam Questions & Answers

Category: 100-500

Exam 100-500: Zend Framework Certification

Which of the following statements will display the HREF attribute on the anchor tag if the SimpleXML object is

Consider the following XML file:

<?xml version=”1.0″ encoding=”ISO-8859-1″ ?>
<!DOCTYPE html
PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<title> SimpleXML Example</title>
</head>
<body>
<h1>
Please go <a href=”http://www.PassGuide.com”>http://www.PassGuide.com</a>
<br/>
</h1>
</body>
</html>
Which of the following statements will display the HREF attribute on the anchor tag if the
SimpleXML object is $sxml?

Which of the following SQL statements can you use to accomplish this?

You have created a table based on the following data:
EmpID NUMBER (5) PRIMARY KEY
EmpName VARCHAR2 (35) NOT NULL
Salary NUMBER (9, 2) NOT NULL
Commission NUMBER (4, 2)
ManagerName VARCHAR2 (25)
ManagerID NUMBER (5)
Now, you want to display the names of employees and their managers, using a self join. Which of
the following SQL statements can you use to accomplish this?

Each correct answer represents a complete solution. Choose two.


Page 6 of 18« First...45678...Last »