Computer Science
Which comparison operator is used for comparing ?
- patterns
- character values
- null values
- ranges
- list of values.
SQL Queries
4 Likes
Answer
- Patterns — LIKE
- Character values — = and <>
- Null values — IS NULL and IS NOT NULL
- Ranges — BETWEEN
- List of values — IN
Answered By
2 Likes
Related Questions
Which function is used to substitute NULL values in a query result ?
Which operator concatenates two strings in a query result ?
Which of the following attributes can be considered as a choice for primary key ?
- Name
- Street
- Roll No
- Subject
What is the full form of SQL ?
- Structured Query Language
- Structured Query List
- Simple Query Language
- None of these