Suppose we have a table name EMP as below. We want to
perform a operation in which, I want to change name ‘SMITH’
from as ‘SMITH JAIN’. Also I want to change the name of the
column from ENAME to E_NAME.
EMPNO ENAME JOB MGR HIREDATE SAL
7369 SMITH Coder 7902 17-DEC-80 800
7499 ALLEN SALESMAN 7698 20-FEB-81 1600
7521 WARD SALESMAN 7698 22-FEB-81 1250
No Answer is Posted For this Question
Be the First to Post Answer
HOW CAN ADD OUR FUNCTION IN LIBRARY.
what is the height of tree if leaf node is at level 3. please explain
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Q. where is the below variables stored ? - volatile, static, register
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
main() { int i=400,j=300; printf("%d..%d"); }
how can i print "hello"
Where define directive used?