1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the command for Help?
\?
What is the command for Clear Screen?
\! Cls
What is the command for List Databases
\list or \l
What is the command for Switching Databases?
\connect or \c
What is the command for List Tables?
\dt
What is the command for List User?
\du
What is the command for Aborting a Command?
CTRL + C
What is the command for Showing table Schemas?
\d table_name or \d+ table_name