

InterviewSolution
Saved Bookmarks
1. |
Difference between mode and underscore |
Answer» Actually it\'s not Mode...it\'s MOD means Modulus(%) which is used to demonstrate the remainder of a particular division and MOD(%) with Like query in MySQL is used to determine a value of any length....While Underscore is this symbol(_) which is used with Like query in MySQL to determine fixed length of a value..Got it?? | |