If I have a table T with 4 rows & 2 columns A & B. A has values 1,2,3,4. and B has 10,20,30,40. Write an Update SQL query which can Swap the values of A & B for all records. (Do not use a sub-query)
5 10495i have one table with accounts and amounts as colums.accounts with columns c and d. and amounts with values 1000,2000,3000 for c and 4000,5000,8000 for d.i need to find the sum of these accounts c and d individually and find the differences between their sum using one select statement.
11 18700can use the following like overloading concept in a single package: procedure p1(a varchar), procedure p1(a varchar2), procedure p1(a char)
5 8457why should required nested tables, Object types, partition tables and varying arrays. what is the difference between these are all. give me example with explanation.
2 6680how to delete duplicate rows from a specified table(only single table) how do you know which join is need to be used
UST,
11 19194
What is transaction control language (tcl)?
where are cookies actually stored on the hard disk? : Sql dba
Explain raise_application_error.
Is there any restriction on the use of union in embedded sql?
Can a view be mutating? If yes, then how?
how to create a new table in mysql? : Sql dba
How do I filter in sql profiler?
What is sqlca in db2?
How do I view a view in sql?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is the difference between a database and a relational database?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What are joins in sql?
Is sqlite thread safe?
What is java sql package?