Question: In this MySQL challenge, your query should return the number of rows from your table where FirstName contains e and LastName has more than 5
In this MySQL challenge, your query should return the number of rows from your table where FirstName contains "e" and LastName has more than 5 characters. Your output should look like the
SQL Contains Letter Your table: maintable_Q1HOX MySQL version: 5.5.56-log In this MySQL challenge, your query should return the number of rows from your table where FirstName contains "e" and LastName has more than 5 characters. Your output should look like the following table. +- | count(*) + - -+ 1 21 +- --+
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
