i wrote from two tables (employee and department)
1.select * from employee,department; (it is cartesian
product) but
2.select * from employee department; (?????????????????)
by default it displays the employee table,what is the
reason it is not taking department ???
mail @ mak2786@gmail.com
Arunkumar
Answer / srinivas
In the second statement it cosidered DEPARTMENT is a alias
name to the employee table .so that it return only the
employee details only.
from
srinivas
| Is This Answer Correct ? | 2 Yes | 0 No |
Write a program in prolog to compute the factorial of a number using iteration/tail recursion?
DAL in oracle
Write code that allows to create only one instance of a class?
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
How to get the version(major,minor,revision ) of VB6.0 delphi code .I am able to fetch dll file of vb6.0 but not vba file .Can u send me the code snippet in delphi to get the value for vb6.0.
Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.
Main frame : I have a PS file. 4 records. I need toread a particular field of that file and then add it up. then write the added field along with all other fields
can any one give me code to keyed a flat file and used chain in RPGLE to search any item
Write a program to Print the Pascal triangle
Write code to make an object work like a 2-d array?
i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .
what full form name of B.K.U.