[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [163643] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [163643] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?,?) ORDER BY name | Params: ["History","Learning & Education","Society"," Arts & Culture","Science & Nature"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [163643,"History",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [163643] The Noble Prize — Eduo
Eduo
Log in Sign up
The Noble Prize

The Noble Prize

Curated from: deepstash.com

Ideas, facts & insights covering these topics:

History · Articles

1 ideas  ·  2 reads

Did You Know: The Curie Family And The Noble Prize

That one family has taken home all three Nobles is a remarkable feat. Marie and Pierre Curie earned the Nobel Prize in Physics in 1903, and Marie Curie won the Nobel Prize in Chemistry in 1911. In 1935, their daughter Irène and her husband Frédéric Joliot-Curie won the Nobel Prize in Chemistry

2 reads

Are you sure?