Skip to content

Conversation

@MBABHISHEK
Copy link

-- 1. Total number of people who owned cars involved in accidents in 2021 is not considered with the owns tables but we should consider i think since question i about who owned car and involve in accident

Copy link
Owner

@chandansgowda chandansgowda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes

insurance.sql Outdated
from participated p, accident a
where p.report_no=a.report_no and a.accident_date like "2021%";

-- 1. Total number of people who owned cars involved in accidents in 2021
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is redundant. Please remove.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah i have removed that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants