Skip to content

How to join 3 tables and get the field with 2 different conditions?

I have 3 tables: Students, Courses (important field Points), StudentCourses (important field Grade). The exam is passed if Grade is greater than or equal to 70, so student will receive Points. If Grade is less than 70, student will not receive Points. Student is graduated if sum of his credits is greater than…

duplicate elimination with time

For my Smart home Stuff I create a Database, but I make a mistake during programming: the application posting stuff into the Database twice. I want to delete all rows, which contain duplicates. With …