Define left outer join in sql server joins?
Answer / Sayed Mohd Nadeem
A Left Outer Join (also known as a Left Join) in SQL Server returns all rows from the left table (table on the left side of the join clause), with matched rows from the right table (table on the right side of the join clause). If there is no match, then NULL values are used for unmatched right table columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the pros and cons of creating extended stored procedures?
What is mean by dml?
when u import an excel file into sql if suppose one column has got a date field with system time attached to it what data type u will use in sql to import it in a table? Note: a condition is the excel file has no primary key defined to a column...also u r importing bulk data into sql
can any one post me, how to remove rows in the below table ENO ENAME EDEPT ELOC 3368 BPS BI Adayar 3371 RAN BI valachari 3369 SRI BI valachari 3372 jay BI Chn - - - - - - - -
What is difference between clustered and non clustered index?
if 3 duplicate records in table,i want to delete 2 alternating duplicate records by keeping 1 duplicate and 1 original as it is,how?
Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz
what operator performs pattern matching?
How data can be copied from one table to another table?
What is a SQL Server Temporary Table?
What is an example of a primary key?
How do you implement session management in SQL Server mode?
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)