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 rowsIn 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!