Skip to content
Advertisement

How can I update the table in SQL?

I’ve created a table called Youtuber, the code is below:

In this table, there are 2 channels:

So, I want to edit the age of “Grandtour Games” to “18”. How can I do that with update?
Is my code right?

Advertisement

Answer

No, in update, you’ll have to follow this sequence:

In your code, put this:

Comments below:

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement