Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Simple Queries in SQL
Question 12
CBSE
Class 12
Computer Science
Question 36 of 78
Simple Queries in SQL — Question 12
Back to all questions
12
Question
Question 12
Which comparison operator is used for comparing ?
patterns
character values
null values
ranges
list of values.
Answer
Patterns — LIKE
Character values — = and <>
Null values — IS NULL and IS NOT NULL
Ranges — BETWEEN
List of values — IN
Previous
Question 11
Next
Question 1