SQL TEST1 Spring 2020.: Produce The Given Result Using SQL Syntax
SQL TEST1 Spring 2020.: Produce The Given Result Using SQL Syntax
postgres=# Select astroNo, astroName, birth, death, country, gender from Nasa2_Astronaut where
astrono = 103 or astrono = 360 or astrono = 395;
---------+--------------------+-------+-------+-----------+--------
(3 rows)