employer cover photo
employer logo
employer logo

Kotak Mahindra Bank

Is this your company?

Kotak Mahindra Bank interview question

1. What is UNION CORR in SQL?

Interview Answers

Anonymous

May 8, 2022

UNION CORR is used to append tables with unequal columns by removing duplicate values.

2

Anonymous

May 25, 2022

Query language processor

2

Anonymous

Jun 1, 2022

The Union operator combines the results of two or more queries into a distinct single result set that includes all the rows that belong to all queries in the Union.

2

Anonymous

Jun 13, 2022

To display all the rows of data from table 1 and table 2 with out overlaying coloums .

1

Anonymous

Jun 13, 2022

The UNION operator is used to combine the result set of two more select statement.