What is the difference between Minus, and Intersect?
Answer / subrahmanyam
Minus in sql two quest displays all the recorder of first
query removing comon records from both queries
Intesect return only the common records
| Is This Answer Correct ? | 5 Yes | 0 No |
Is jdbc object oriented?
Jdbc-odbc bridge is multi-threaded or not?
Is jdbc a web technology?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Why did my jdbc code throw a rollback sqlexception?
What is JDBC RowSet? What are different types of RowSet?
Which database is used for java?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
What are the differences between stored procedure and functions?
What is represented by the connection object?