How do you modify a column in sql?
How do u count no of rows in a table?
What are all the different normalization?
In table a 1lakh data is present,in table b 20 thousand data is present, to get unique data from table a and b which join to be considered. whether right outer join or left inner join.
What does the file extension accdb stand for?
How to make a copy values from one column to another in sql?
Where is all the data on the internet stored?
Explain how procedures and functions are called in a PL/SQL block ?
Is it possible to use LONG columns in WHERE clause or ORDER BY?
How do you modify a column in sql?
HOW CAN I FIND MAX SAL ,ENAME FROM EMP TABLE.
Can we call procedure in select statement?
Why use truncate instead of delete?