1. If SUBSTRING() is a function that returns part of a text string based on a specific starting position and a specific number of characters, such that SUBSTRING('Mt. Rushmore',5,4) = 'Rush', write a SUBSTRING() expression to isolate America's third president's first name from the following string: 'Jefferson, Thomas
2. If LEFT('dog',1) = 'd' and RIGHT('dog',2) = 'og', then what is: LEFT(RIGHT('transparent',7),5)?
9.
Bookmarks