Which Of The Following Is The Correct Format For Case Statements #310
Which of the following is the correct format for case statements.
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - Modification of Database - Quiz No.1.
Which of the following is the correct format for case statements.
Case when pred1 ... result1 when pred2 ... result2 . . . when predn ... resultn else result0 end
Case when pred1 then result1 when pred2 then result2 . . . when predn then resultn else result0 end
Case when pred1 then result1 when pred2 then result2 . . . when predn then resultn else result0
All of the mentioned
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes