IT quiz
All questions
Sign in
Sign up
JavaScript
HTML
CSS
PostgreSQL
PHP
Linux
Git
Docker
SCSS
TypeScript
SQL
Vue
DNS
Go
frontend (web)
Redis
backend
Gitlab
CI/CD
Vite
webpack
Node.js
HTTP
Python
Kotlin
Nuxt
Question #200
Author:
admin
tags:
PostgreSQL
backend
How to rename a table in PostgreSQL?
RENAME TABLE people TO users;
UPDATE TABLE people SET name = 'users';
ALTER TABLE people RENAME TO users;
Alas, an existing table cannot be renamed
Answer
Rate the difficulty of the question:
1
2
3
4
5
6
7
8
9
10
easy
hard
←
Previous question (backend)
Next question (backend)
→
Write new comment