How can you fetch common records from two tables?
Answer / Kunal Kishor
In SQL, you can use INNER JOIN or the SQL keyword WHERE to fetch common records from two tables. The result set contains only those rows where there is a match in the specified join column.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you truncate?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?
What is scalar data type in pl sql?
What is the difference between distinct and unique in sql?
What is the usage of the distinct keyword?
How long it takes to learn pl sql?
In what condition is it good to disable a trigger?
How do I order columns in sql?
What is left join in sql?
What are different categories of sql commands?
Are there any features that are decommissioned in 11g that are not present in 11g?
Oracle (3253)
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)