--:--









Quiz for Case Sensitivity

Course: SQL | Subject: SQL | Topic: Introduction to SQL



Logo

Q1: Which part of an SQL query is usually case-insensitive?

Logo

Q2: Is SQL case sensitive for keywords?

Logo

Q3: Is SQL case sensitive for table names?

Logo

Q4: Which of the following is case sensitive in SQL by default?

Logo

Q5: How do you perform a case-insensitive search in SQL?

Logo

Q6: Is the following SQL query case sensitive? SELECT * FROM users WHERE name = "John";

Logo

Q7: Which DBMS uses ILIKE for case-insensitive pattern matching?

Logo

Q8: Which clause can be used with UPPER() to make search case-insensitive?

Logo

Q9: What is the output of: SELECT "Hello" = "hello"; in MySQL?

Logo

Q10: Are SQL column aliases case sensitive?

Logo

Q11: Which of the following is treated as same in SQL?

Logo

Q12: To enforce case-sensitive comparison in SQL Server, use:

Logo

Q13: Which SQL clause is most affected by case sensitivity in search?

Logo

Q14: Which collation disables case sensitivity in MySQL?

Logo

Q15: Does Oracle SQL treat identifiers as case-sensitive?

Logo

Q16: Which one is a case-sensitive collation in MySQL?

Logo

Q17: What will be the result of SELECT "A" = "a" in PostgreSQL by default?

Logo

Q18: Which operator performs case-insensitive comparison in PostgreSQL?

Logo

Q19: Which setting influences case sensitivity in MySQL tables?

Logo

Q20: Which of the following will match "Data" in a case-sensitive WHERE clause?

Logo

Q21: To make SQL keyword comparisons case-sensitive, what must be done?

Are you ready to start test? Set your time limit