Initializing SQL database...
Back to Questions
String LENGTH #18
easyUse LENGTH function on name column. Use string functions to manipulate text data. UPPER() converts to uppercase, LOWER() to lowercase, LENGTH() returns character count, SUBSTR() extracts portions of text.
Practice with:
Database Schema
items
Item information
idname
Expected Output
Click "Show" to see what the correct output should look like.Tip: Try solving it yourself first for better learning!
SQL Editor
Loading...
Press Ctrl+Enter to run query • Start typing for autocomplete