Froquiz
Home
Quizzes
Senior Challenge
Get Certified
Blog
About
🇬🇧
en
Sign In
Start Quiz
🇬🇧
en
Sign In
Start Quiz
Loading...
Quiz Topics
1
2
3
4
5
6
7
8
9
10
01
/ 10
How is it possible to make changes to a table using CTE?
Auto Skip
Report Issue
You cannot directly modify the table using CTE.
You can modify the table by using CTE together with an `UPDATE`, `DELETE` or `INSERT` command.
CTEs can only modify data with `SELECT` commands.
CTE is used only for reading data, it cannot change data.
Previous
Next