The following question has got me stumped and i really need help in trying to figure it out.
Write a SQL querie based on the following database schema about battleships:
Classes (class, type, country, numGuns, bore, displacement)
Ships (name, class, launched)
Battles (name, date)
Outcomes (ship, battle, result)
Q. Find the number of ships launched for only those classes which
had at least one ship in a battle before 1940
Write a SQL querie based on the following database schema about battleships:
Classes (class, type, country, numGuns, bore, displacement)
Ships (name, class, launched)
Battles (name, date)
Outcomes (ship, battle, result)
Q. Find the number of ships launched for only those classes which
had at least one ship in a battle before 1940