7 kyu
SQL Basics: Repeat and Reverse
10,785 of 10,787PG1
Description:
Using our monsters table with the following schema:
monsters table schema
- id
- name
- legs
- arms
- characteristics
return the following table:
** output schema**
- name
- characteristics
Where the name is the original string repeated three times (do not add any spaces), and the characteristics are the original strings in reverse (e.g. 'abc, def, ghi' becomes 'ihg ,fed ,cba').
Fundamentals
SQL
Similar Kata:
Stats:
Created | Jun 14, 2017 |
Published | Jun 14, 2017 |
Warriors Trained | 15900 |
Total Skips | 1494 |
Total Code Submissions | 27361 |
Total Times Completed | 10787 |
SQL Completions | 10785 |
Total Stars | 49 |
% of votes with a positive feedback rating | 89% of 1145 |
Total "Very Satisfied" Votes | 926 |
Total "Somewhat Satisfied" Votes | 186 |
Total "Not Satisfied" Votes | 33 |
Total Rank Assessments | 13 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |