|
|
| Re: Interview Questions with answers available [message #376010 is a reply to message #365651 ] |
Mon, 15 December 2008 11:56   |
Frank Messages: 6947 Registered: March 2000 Location: NL |
Senior Member |
|
|
Both don't work.
Thank goodness for AdBlockPro!!
|
|
|
|
| Re: Interview Questions with answers available [message #379273 is a reply to message #365651 ] |
Mon, 05 January 2009 15:52   |
gperry Messages: 18 Registered: May 2005 |
Junior Member |
|
|
First question sums up the quality of this document.
What is Table?
How about changing the question to 'What is a Table?'. I cant wait to hire someone with your grammatical skills, the quality of the documents you produce must be awesome.
|
|
|
| Re: Interview Questions with answers available [message #379314 is a reply to message #379273 ] |
Tue, 06 January 2009 00:55   |
Frank Messages: 6947 Registered: March 2000 Location: NL |
Senior Member |
|
|
| gperry wrote on Mon, 05 January 2009 22:52 | First question sums up the quality of this document.
What is Table?
How about changing the question to 'What is a Table?'. I cant wait to hire someone with your grammatical skills, the quality of the documents you produce must be awesome.
|
Is this question really in there?!
I can't wait to interview someone who needs this to prepare for an interview.
How can anyone ever think they will pass any interview if they cannot answer this type of question by themselves?
|
|
|
| Re: Interview Questions with answers available [message #379526 is a reply to message #379273 ] |
Tue, 06 January 2009 21:41   |
ppattiworld Messages: 4 Registered: December 2008 Location: india |
Junior Member |
|
|
Thanks for your comments.
First impression is the best impression.
I have felt sorry to make a mistake in first question itself.
Now it is corrected.
First of all sorry to you.
And I will try to collect and post the certification questions also.
for sample purpose I have uploaded for 10 questions with answers.
Pls go through them also and comment them.
I will expect comments either positive or negative,
Once again thanks to you for your valuable comments.
regards
Sakthivel.
|
|
|
| Re: Interview Questions with answers available [message #379731 is a reply to message #379526 ] |
Wed, 07 January 2009 16:08   |
gperry Messages: 18 Registered: May 2005 |
Junior Member |
|
|
The question are still grammatically incorrect in the geocities link.
What is Table? (What is a Table?)
A Table is a collection of columns and rows representing a single entity (e.g., customers, orders, employees, etc.).
What is Column? (What is a column)
Column is a single attribute of an entity stored in a table. A column has a name and a datatype. A table may have, and typically does have, more than one column as part of its definition.
However it looks like you are providing this just so people will click your links and you make money. The idea of providing interview questions is to share ideas not just put up garbage like this for your financial gain.
|
|
|
| Re: Interview Questions with answers available [message #383783 is a reply to message #379731 ] |
Fri, 30 January 2009 03:22   |
ppattiworld Messages: 4 Registered: December 2008 Location: india |
Junior Member |
|
|
New Certification Questions with answers are added..
Sample Question :
Question:
Evaluate this SQL statement:
SELECT e.EMPLOYEE_ID, e.LAST_NAME, e.DEPARTMENT_ID,
d.DEPARTMENT_NAME FROM EMP e, DEPARTMENT d
WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID
In the statement, which capabilities of a SELECT statement
are performed?
Options
A.
Selection, projection, join
B.
Difference, projection, join
C.
Selection, intersection, join
D.
Intersection, projection, join
Want to check with your answer?
goto link: http://ppattiworldsoft.googlepages.com/index.html
page= izo_007 7 th page
|
|
|
|