πŸ“Š Laravel
Q. Which Eloquent method finds a record by primary key?
  • (A) where()
  • (B) get()
  • (C) find()
  • (D) first()
πŸ’¬ Discuss
βœ… Correct Answer: (C) find()

Explanation: find() retrieves record by ID.

Explanation by: Kanak Sharma
find() retrieves record by ID.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
8
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
84%
Success Rate