Question: Write the equivalent SQL query from the following Firestore statements: db firestore.Client() movie_ref = db.collection ('movies').document ('Pandemic') movie_ref.update({rel_year: 2023, rating: R}}

Write the equivalent SQL query from the following Firestore statements: db firestore.Client() movie_ref = db.collection ('movies').document ('Pandemic') movie_ref.update({"rel_year": "2023", "rating": "R"}}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
