and the relation
y.B
and
()
() (
and
and
() and
( ))
Show all the potential entries in the relation
when .
Provide a Java program with embedded SQL code which performs the following operations.
Reads a table’s name
Prints the value of the first attribute of the odd records in the table, followed by the value of the first attribute of
the even records in the table.
Don’t include the code that establishes the connection with the database. Also, don’t use arrays or recursion or any
other mechanism to collect data into memory.