TIME
data type in Oxla stores time values without any date information. It represents a specific time of day, independent of any time zone or date.
HH
: One or two-digit hour (valid values from 00 to 23).MM
: One or two-digit minutes (valid values from 00 to 59).SS
: One or two-digit seconds (valid values from 00 to 59).[.SSSSSS]
: Optional fractional seconds, with up to six decimal places (microsecond precision).start_time
column.
employee_schedule
table, we can use the SELECT
statement.