| Back to Questions Page |
| |
| Question |
a __________ is a virtual table made up of subset of actual
table |
Rank |
Answer Posted By |
|
Question Submitted By :: Prakash |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Complex view  |
| Siva |
| |
| |
| Question |
what is cardinality
|
Rank |
Answer Posted By |
|
Question Submitted By :: Bodapati |
| This Interview Question Asked @ CSC |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The no. of records in a table in a table is called its
cardinality.  |
| Manoj |
| |
| |
| Question |
What is the differnce between Order by and Group by |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Order by is to sort the output records based on some
columns and group by is to group the records and to apply
aggregate functions on the particular columns  |
| Guest |
| |
| |
|
|
| |
| Question |
Can we have a function Overloading with same number of
arguments but with different return types of function |
Rank |
Answer Posted By |
|
Question Submitted By :: Ajay |
| This Interview Question Asked @ CybAge , Wipro |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | No its not possible.
Because in function overloading the return type is not play
any role.  |
| Sandeep Joshi |
| |
| |
| Answer | Yes  |
| Ajay |
| |
| |
| Answer | function signature (name mangling) is done based on function
name and no. of parameter.we can't diff. by return type
because when function call there will be ambiguty.  |
| Vikram Shinde |
| |
| |
| Answer | No,writing no. of functions with the same name but
different argument is called as function overloading.
The arguments may be differ in nos,type etc.
The return type may or may not be same.  |
| Anupam |
| |
| |
| Answer | Generally no but.......... ADA(Language) supports it
..............Source Wikipedia search for polymorph ism  |
| Vivek |
| |
| |
| Question |
What is the default identifier of structure in C? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ajay |
| This Interview Question Asked @ CybAge |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | public  |
| Ajay |
| |
| |
| Question |
Which is the best sorting method if i have to sort the
students of Harvard University according to their first
name? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ajay |
| This Interview Question Asked @ CybAge |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Merge Sort is faster for this purpose  |
| Ajay |
| |
| |
|
| |
|
Back to Questions Page |