What is the difference between referencing and joining?
referencing:
ex: table A--> having primary key
table B--> having foreign key. now referencing means
this table B refers table A using the particular field u
mentioned as primary key and foreign key.
joining:
we can perform joining operation only if two table
have primary key and foreign key relationship. using this
keys we can perform inner, left outer,fullouter,right outer
joins.
Is This Answer Correct ? | 1 Yes | 0 No |
diffrence between function and procedure
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
diffrence between Cluster Index and non Cluster Index
What is plan freezing?
Why foreign key column allowing null values even a parent tables reference key column not having null value..
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
Which is better statement or preparedstatement?
What does dml stand for?
explain query execution plan
What is a database in ms sql server?
Write an SQL query to obtain the 2nd highest salary.
0 Answers Akamai Technologies,
What are the pre-defined functions in the sql server?