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
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is 1d array in c?
What is the value of c?
What is the Difference between Class and Struct?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What are data breakpoints?
write a c programme for add of two numbers with out use of arthematic operators
Explain what is the difference between the expression '++a' and 'a++'?
What is || operator and how does it function in a program?
What is FIFO?
What are the average number of comparisons required to sort 3 elements?
Why c is called object oriented language?