The second INSERT statement will fail because the ride_id is a PRIMARY KEY, and 1 is already used in the table. Primary keys must be unique. 2. UNIQUE Constraint The UNIQUE constraint ensures that no ...