Define left outer join?
Answer / Babita Tiwari
A LEFT OUTER JOIN retrieves all records from the left table (the table listed first in the SQL statement), and matches them with records in the right table based on a specified column. If no match is found, NULL values are returned for the columns of the right table.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
Which are new data types introduced in sql server 2008?
I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause I want to prevent these queries from SQL injection attacks. What are the steps and precautions to be taken for SQL Injection attacks? Does anybody have suggestions? Thanks in advance,
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
How to configure and test odbc dsn settings?
Please illustrate physical database architecture? : SQL Server Architecture
How many types of functions are there in sql server?
How many levels of sp nesting is possible?
How do you simulate a deadlock for testing purposes
Explain the truncate command? : SQL Server Architecture
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
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)