SQL Flashcards

1
Q

What is a database?

A

A database is a collection of tables with interrelated information. Databases are used to store and manage large amounts of data in a structured and organized manner, and they provide a means of accessing and manipulating this data through the use of SQL queries and commands. Databases are used for a variety of applications such as e-commerce, banking, healthcare, and education.

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

SQL stand for

A

Structure Query Language - Created by Michael O’Connor

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

What are the three type of SQL languages

A

Structured Query Language
Transactional SQL
Parallel SQL

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

Difference between nvarchar and varchar variable-length datatypes?

A

Varchar stores NON-unicode or English character data types max 8000 characters / 1 byte of storage
Nvarchar stores Unicode or non-English character data types max 4000 characters / best for multiple langauges / requires 2 bytes of storage

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