Filter by Calculation sqlCopy1SELECT * FROM students 2WHERE marks + age > 100; Example sqlCopy1SELECT * FROM students 2WHERE marks * 1.1 > 90;