Consider the following querySelect * from employee where not Ename = Ashish";What will happen if in the above query we write “Ashish” as “ASHISH” or “ashish” or “AshiSH”? Will the query generate the same output or an error?"

🎲 Try a Random Question  |  Total Questions in Quiz: 86  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CBSE Class 12 SQL Practice Test — practice the complete quiz, review flashcards, or try a random question.


Consider the following query<br>Select * from employee where not Ename = Ashish";What will happen if in the above query we write “Ashish” as “ASHISH” or “ashish” or “AshiSH”? Will the query generate the same output or an error?"