Challenge: Write a Generalized Query
Practice writing a generalized SQL query that returns the body and created timestamp of journal entries filtered by a given first and last name. This exercise helps reinforce your understanding of SQL nesting and prepares you to detect and prevent injection vulnerabilities.
We'll cover the following...
We'll cover the following...
Problem statement
Write an SQL query that returns the Body and CreatedTimestamp of all the journal ...