related to rdbms query .

Answer Posted / nantha.d

answer related to subquery and foreign key.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2717


what does static variable mean?

649


Explain union. What are its advantages?

613


can any one tel me wt is the question pattern for NIC exam

1553


What is the use of clrscr?

591






What is the size of structure in c?

700


Why n++ execute faster than n+1 ?

1839


What are operators in c?

576


What does %d do?

712


Explain the Difference between the New and Malloc keyword.

684


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2517


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

648


What's the difference between constant char *p and char * constant p?

651


write a proram to reverse the string using switch case?

2461


Is that possible to store 32768 in an int data type variable?

687