Question:Consider the following table "Students": Students - - - - - - Name Hobbies John Driving Miller Fishing David Writing Robert Singing What will be the output of the following query? Select Substring(Hobbies,3) From students Where name= "john"
A Dri
B ivi
C iving
D ving
E It will give an error
+ AnswerE
+ Report