Database Systems Practice Test

Session length

1 / 20

Which function returns the leftmost n characters of a string?

Right

Mid

Left

Getting the leftmost portion of a string means taking the first n characters from the start. The Left function does exactly this: Left(string, n) returns the first n characters. For example, Left('abcdef', 3) yields 'abc'. The other options are not as direct: Right grabs characters from the end, Mid requires a starting position (and length) to extract a middle portion, and Substring is a general form that can return any portion by specifying a start index and length (you could use Substring(string, 1, n) to mimic the left part, but that’s more verbose). So the best fit for leftmost characters is the Left function.

Substring

Next question

Find the option that is right for you!

All options are one-time payments.

$25.99

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
👑$59.99 $171.99 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $171.99 usd value for $59.99! You save $106!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$15.99 $24.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy