New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Certified Data Engineer Associate Exam - Topic 3 Question 49 Discussion

Contribute your Thoughts:

0/2000 characters
Larue
2 months ago
Wait, can you really delete like that?
upvoted 0 times
...
Svetlana
2 months ago
Definitely C, no doubt about it.
upvoted 0 times
...
Shay
2 months ago
C is the correct answer!
upvoted 0 times
...
Trina
3 months ago
I think A is a better choice, though.
upvoted 0 times
...
Julian
3 months ago
B doesn't even make sense for this question!
upvoted 0 times
...
Sunshine
3 months ago
I feel like option A is just selecting data, not actually removing anything. So, it can't be right, right?
upvoted 0 times
...
Madonna
3 months ago
I practiced a similar question, and I believe the correct answer is C as well. The others don't seem to fit the requirement of removing rows.
upvoted 0 times
...
Emerson
4 months ago
I'm not entirely sure, but I remember something about DELETE being used for removing specific rows based on a condition.
upvoted 0 times
...
Lottie
4 months ago
I think option C is the right choice because it uses DELETE, which is meant for removing rows.
upvoted 0 times
...
Queenie
4 months ago
I'm a bit unsure about this one. The SELECT statement in option A doesn't seem to actually update the table, it just retrieves the rows. And option E with DELETE WHERE age <= 25 is the opposite of what we want. I'm going to go with C as the best choice.
upvoted 0 times
...
Veronique
4 months ago
I think option D might also work - UPDATE my_table WHERE age <= 25. That would keep the rows where age is less than or equal to 25 and effectively remove the ones over 25. But C seems more straightforward to me.
upvoted 0 times
...
Belen
4 months ago
I'm leaning towards option C as well. The DELETE statement seems like the most direct way to remove the rows we don't want and update the table. I just want to double-check that it will save the changes to the Delta table.
upvoted 0 times
...
Mammie
5 months ago
Hmm, I'm a bit confused. Wouldn't the UPDATE statement in option B also work to remove the rows where age is greater than 25? I'm not sure if that's the best approach though.
upvoted 0 times
...
Emelda
5 months ago
This looks like a straightforward SQL question. I think the answer is C - DELETE FROM my_table WHERE age > 25. That will remove the rows where the age is greater than 25 and save the updated table.
upvoted 0 times
...
Torie
9 months ago
I think C is the correct answer because DELETE removes rows from the table.
upvoted 0 times
...
Crista
9 months ago
C is the winner! I'm just glad we don't have to deal with those old folks anymore. Time to keep the table young and vibrant!
upvoted 0 times
Selene
8 months ago
User 3: Agreed, time to keep the table fresh!
upvoted 0 times
...
Ciara
8 months ago
User 2: Yeah, let's get rid of those old rows!
upvoted 0 times
...
Tiera
8 months ago
User 2: Good choice! Let's keep the table fresh and updated.
upvoted 0 times
...
Cory
8 months ago
User 1: C
upvoted 0 times
...
Leonie
8 months ago
User 1: C) DELETE FROM my_table WHERE age > 25;
upvoted 0 times
...
...
German
9 months ago
I'm not sure, but I think it might be D.
upvoted 0 times
...
Filiberto
9 months ago
I disagree, I believe the answer is E.
upvoted 0 times
...
Torie
9 months ago
I think the correct answer is C.
upvoted 0 times
...
Princess
9 months ago
Hmm, I'm torn between B and C. But I think C is the safer bet since it's a direct delete operation.
upvoted 0 times
...
Portia
9 months ago
I'm going with C as well. Deleting the rows is the most straightforward way to update the table.
upvoted 0 times
Elliot
8 months ago
C) DELETE FROM my_table WHERE age > 25;
upvoted 0 times
...
Jose
8 months ago
B) UPDATE my_table WHERE age > 25;
upvoted 0 times
...
Pura
9 months ago
A) SELECT * FROM my_table WHERE age > 25;
upvoted 0 times
...
...
Monroe
10 months ago
Option C is the correct answer. It will delete the rows where the age is greater than 25 from the existing Delta table my_table.
upvoted 0 times
Nana
9 months ago
That makes sense. It will remove the rows we don't need.
upvoted 0 times
...
Chanel
9 months ago
Yes, you're right. Option C will delete the rows where age is greater than 25.
upvoted 0 times
...
Kasandra
10 months ago
I think option C is the correct answer.
upvoted 0 times
...
...

Save Cancel