What is table join?



What is table join?..

Answer / Jai Prakash Shah Chakrawarti

{"Table Join": "A Table Join in SQL refers to combining two or more tables based on a related column (common column) between them, which allows the selection of data from multiple tables as if they were a single table. There are several types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Where do you think the users names and passwords will be stored in sql server?

4 Answers   BirlaSoft,


What do you mean by SQL injection attack?

1 Answers   Ittiam Systems,


Selet all the data from table where last name is n of employee

2 Answers  


What is indexing explain it with an example?

1 Answers  


Explain logical operators in sql server?

1 Answers  


What is nested transaction?

1 Answers  


What it means to be triggered?

1 Answers  


Why do we need normalization?

1 Answers  


Can we delete data from a view?

1 Answers  


Indexes are updated automatically is the full-text index also updated automatically?

1 Answers  


How to modify the underlying query of an existing view?

1 Answers  


What is Trace flag?

1 Answers   Wipro,


Categories