What is Inner Join?
Answers were Sorted based on User's Feedback
Answer / g.ramesh
Inner Join is default type of join.
It produce result set, which contain's only matched rows.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prasanna
Inner joins use a comparison operator(like = or <>)to match
rows from two tables based on the values in common columns
from each table.It is a default type of join.
These includes Equi Joins and Natural Joins.
| Is This Answer Correct ? | 0 Yes | 1 No |
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
Define master database?
What is best institute to Learn DotNET And SQL in chennai?
How to verify a login name with sqlcmd tool?
Explain temporary table vs table variable by using cursor alternative?
What are the disadvantages of indexes?
What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)
What are the advantages of using third-party tools?
Explain different isolation levels?
what is performance tunning in sql server ? explain.
What happens if you are trying to access a schema not owned by you?
What is the contrast between sql and mysql?
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)