what is the main difference between constraints(like
primary key etc..)& joins?
Answer Posted / ravikiran
Constraints are the mechanisms used by the sql server to
control unwanted or invalid data flow into a table.
Joins are the queries used to combine the rows from two or
more tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can multiple columns be used in sql group by clause in ms sql server?
How to change the name of a database user?
What is the web service used for reporting services?
What is scan table/view and seek table/view when its occurs? : sql server database administration
How to Update from select query in sql server?
What is the difference between TRUNCATE and DROP?
application server is slow what may be the problem
How to apply cascading referential integrity in place of triggers?
How to create and drop temp table in sql server?
Define self join?
How to delete multiple rows with one delete statement in ms sql server?
What is Sqlpaging in SqlServer 2005 ?
How to run sql server 2005 books online on your local system?
Are semicolons required at the end of sql statements in sql server 2005?
Explain different types of self contained sub query?