Write a procedure in MySQL to split a column into rows using a delimiter. CREATE TABLE sometbl ( ID INT, NAME VARCHAR(50) ); INSERT INTO sometbl VALUES (1, 'Smith'), (2, 'Julio|Jones|Falcons'), (3, 'White|Snow'), (4, 'Paint|It|Red'), (5, 'Green|Lantern'), (6, 'Brown|bag'); For (2), example rows would look like >> “3, white”, “3, Snow” …
Senior Java Engineer Interview Questions
5,797 senior java engineer interview questions shared by candidates
MySQL procedure to split a column into rows using a delimeter.
MySQL function to capitalize the first letter of a word in a string.
Java Static Initializer Block, Java Visitor Pattern, Java Dequeue
All kinds of technical questions for Java. Some GWT and lots of style css questions.
find all possible pairs from integer array whose sum is 10. int [] intArray={2,5,7,8,3};
Princípios de OOP, fundamentos de devops entre outras questões.
Write a unit test case using java 8 for an internal application.
Questions related to experience, basic system design etc.
Basic Java and web services questions
Viewing 1461 - 1470 interview questions