Question 22 Consider the following schema of a database about sleep experiments: CREATE TABLE soma_experiments ( session_id INTEGER, testdate DATE, duration INTEGER, sleep_events TIME [], TIMESTAMP updated ) Which kinds of time are represented by the three time attributes in that table? testdate [Choose ] sleep_events [Choose ] updated [Choose ] > 2 pts
Which kinds of time are represented by the three time attributes in that table? testdate [Choose ] [Choose] VALID TIME sleep_events USER-DEFINED TIME SYSTEM TIME updated [Choose ] 4
Question 22 Consider the following schema of a database about sleep experiments: CREATE TABLE soma_experiments ( session
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am