How to fetch common records from two tables?
Answer / mrityunjay dubey
Select column_name from tableA UNION Select column_name from tableB
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between primary key and unique key? : Sql dba
What is sql exception?
What is the result, when NULL is compared with NULL?
What is pl sql block structure?
Does sql full backup truncate logs?
Where can I learn sql for free?
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
What is a recursive stored procedure?
What is diff between bulk collect and forall
How do I turn a list into a table?
Write a query to get last 10 records from the table.
What are two virtual tables available during database trigger execution ?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)