postgres Flashcards

1
Q

What is PostgreSQL and what are some alternative relational databases?

A

PostgreSQL is powerful, free, open source relational database management system. Alternative relational databases include MySQL, SQL server by Microsoft, Oracle by Oracle Corporation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some advantages of learning a relational database?

A

NoSQL does not use the SQL language while relational database does and very useful when storing related data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is one way to see if PostgreSQL is running?

A

top command, sudo service postgresql start

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a database schema?

A

how data in a relational database should be organized -collection of tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a table?

A

grouping of related data in listed rows with attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a row?

A

actual data being entered into the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly