AltQuery
Initializing SQL database...
Back to Questions

String LENGTH #38

easy

Use 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...

Start typing for autocomplete

AI Help

Ask for help!