Challenge: Select The Journal
Practice crafting a SQL query to select all journal entry bodies from a database. This lesson helps reinforce database querying skills and introduces key concepts related to secure coding and vulnerabilities like SQL injection.
We'll cover the following...
We'll cover the following...
Problem statement
Write a query to print out the ‘body’ of all the journal entries and just the journal ...