Q. Which methods are aliases of find()? (A) where() only (B) filter() only (C) where() and filter() (D) count() and exists() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) where() and filter() Explanation: Both where() and filter() are aliases of find().