|
Practice 2. Which of the objects you found in
Practice 1 are stars?
Open the
Object Browser. Click on tables and select PhotoObj.
You will see a list of all the columns in the PhotoObj
table. If you click on the
symbol, you will see
the various values that column may have. For instance, the "type" column
may contain star, galaxy, cosmic ray, etc. Modify your query so
that it returns the ra, dec, and object id for stars (and only stars) whose ra is
between 199 and 201 and whose dec is between -1 and 1.
|