What is not equal in sql?



What is not equal in sql?..

Answer / Devendra Singh Dohare

In SQL, the operator for 'not equal' is <> or !=. For example: SELECT * FROM table WHERE column <> value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is meant by databases

4 Answers  


What are the two parts of design view?

1 Answers  


What are all the different types of indexes?

1 Answers  


Is not equal in sql?

1 Answers  


How many types of sql are there?

1 Answers  


What port does sql server use?

1 Answers  


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

1 Answers   Wipro,


Is sql better than access?

1 Answers  


can i give user defined exception in a package

2 Answers  


What are the different types of joins and explain them briefly.

3 Answers  


When can we use the where clause and the having clause?

1 Answers  


what is an extent ? : Sql dba

1 Answers  


Categories