ASAbhishek Sahainabhisaha15.hashnode.dev路Sep 14, 2022 路 2 min readSQL problem-1Ram is working in an XYZ company since he is a SQL developer his boss told him to test whether the CRUD(Create Read Update Delete) operation is functional or not. Data given by the boss is : Database Name: Gym Report Table Name: Gym Survey Columns I...00
ASAbhishek Sahainabhisaha15.hashnode.dev路Aug 26, 2022 路 3 min readMySQL string functionsString functions are used to perform an operation on an input string and return an output string. Some MYSQL string functions and their uses: ASCII: Returns the ASCII value for the specific character Example: SELECT ASCII('A'); returns 65 CHAR_LENGT...00