Define compound operators?



Define compound operators?..

Answer / Santosh Kumar Gautam

Compound operators in SQL Server are operators that combine multiple simple operations into a single operation. Examples include AND, OR, and NOT. They are used to combine conditions in WHERE clauses or other expressions to perform complex comparisons.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How do you create type- insensitive operator?

1 Answers   EXL,


What is difference between commit and rollback when used in transactions?

1 Answers  


Explain different isolation levels?

4 Answers  


Show Practically Sql Server Views are updatable?

1 Answers   QuestPond,


How do I determine how many instances of sql server are installed on a computer?

1 Answers  


Give a example to search fr a string in all stored procedure in sql server.

1 Answers  


can you instantiate a com object by using t-sql? : Sql server database administration

1 Answers  


How can you find out how many rows returned in a cursor?

1 Answers  


What is bcnf normalization form?

1 Answers  


Difference between Function and Stored Procedure?

9 Answers   C1 India, NA,


can i write function in stored procedure and stored procedure in function and nested procedure.Give one example for each question?

1 Answers   Cap Gemini, TCS,


Can we update data in a view?

1 Answers  


Categories