Celina works as a Database Administrator for Tech Mart Inc. The company uses an Oracledatabase.
The database contains a table named Employees. Following is the structure of thetable: EmpID
NUMBER (5) PRIMARY KEY EmpName VARCHAR2 (35) NOT NULLSalary NUMBER (9, 2) NOT NULL
Commission NUMBER (4, 2) ManagerNameVARCHAR2 (25) ManagerID NUMBER (5) Celina wants to
display the names of employeesand their managers, using a self join. Which of the following SQL
statements will she use toaccomplish this? Each correct answer represents a complete solution.
Choose two.
Question No 2
Which of the following actions may fail if you have exceeded your quota limit?
Question No 3
Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?
Question No 4
Write the appropriate word to complete the sentence below. ___________is used for logging
ofmultiple backends, formatting messages which are sent to the log, and filtering those
messages,which should not be logged.
Question No 5
Which of the following is used to crea te a new Memory Manager?