0% found this document useful (0 votes)
274 views9 pages

Worksheet 2.8 Relational Database and SQL

This document contains several worksheets about relational databases and SQL. It defines key terms like integer, string, set, tables, rows, columns, and label. It includes exercises to match terms with their meanings, highlight new vocabulary, read about what a database and RDBMS are, and create a simple database with personal information about a group. The worksheets provide definitions and examples to build understanding of relational databases and SQL.

Uploaded by

Lorena Fajardo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
274 views9 pages

Worksheet 2.8 Relational Database and SQL

This document contains several worksheets about relational databases and SQL. It defines key terms like integer, string, set, tables, rows, columns, and label. It includes exercises to match terms with their meanings, highlight new vocabulary, read about what a database and RDBMS are, and create a simple database with personal information about a group. The worksheets provide definitions and examples to build understanding of relational databases and SQL.

Uploaded by

Lorena Fajardo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

ACÁ VA EL NOMBRE DEL DOCUMENTO

Acá puede ir una descripción breve o información adicional


sobre el documento.
Relational Database and SQL
Worksheet 2.1

Vocabulary: Write the translation for each word or a synonym.


 Integer:
 String:
 Set:
 Tables:
 Row:
 Column: 
 Label:
 Management:
 Query:
Worksheet 2.2

Match the word in the left column with its meaning in the right column.

WORD MEANING OF THE WORD


1. Integer 3 A. A number of things of the same kind that
belong or are used together

2. Strings 4 B. It is a data structure used to organize


information.
3. Set 9 C. It is a request for information.
4. Table 8 D. The process of controlling things or people
5. Row 6 E. They run vertically, up and down.
6. Columns 2 F. It is a character value represented in quotes.
7. Label 5 G. They run horizontally, from left to right

8. Management 7 H. An item used to identify something


9. Query 1 I.It is a numeric value.

Check your activity:


https://wordwall.net/resource/19325572
Worksheet 2.3
Watch the video and answer the following question.

Text to Self Connections - YouTube

 What is text connection to self?


 What are three question you can ask yourself
1. _____________________________________
2. _____________________________________
3. _____________________________________

 Now Choose a story that you can use the strategy (connections to self)
and complete the following sentences
i. I had a strong connection to this
because__________________________________
ii. This character reminds me of
___________________________________________
iii. The setting reminds me of a time
when___________________________________
Worksheet 2.4
Read the text and highlight the words that are new for you.
What is a Database?

A database is a set of data stored in a computer. This data is usually structured in a


way that makes the data easy to access.

What is a Relational Database?

A relational database is a type of database. It uses a structure that allows us to identify


and access data in relation to another piece of data in the database. Often, data in a
relational database is organized into tables.

Tables: Rows and Columns

Tables can have hundreds, thousands, sometimes even millions of rows of data. These
rows are often called records.

Tables can also have many columns of data. Columns are labeled with a descriptive name
(say, age, name or country, for example) and have a specific data type.

The name and country columns store string data types, whereas age stores integer data


types. The set of columns and data types make up the schema of this table.

What is a Relational Database Management System (RDBMS)?

A relational database management system (RDBMS) is a program that allows you to


create, update, and administer a relational database. Most relational database
management systems use the SQL language to access the database.

What is SQL?

SQL (Structured Query Language) is a programming language used to communicate with


data stored in a relational database management system. SQL syntax is similar to the
English language, which makes it relatively easy to write, read, and interpret.

Many RDBMSs use SQL (and variations of SQL) to access the data in tables. For example,
SQLite is a relational database management system. SQLite contains a minimal set of SQL
commands (which are the same across all RDBMSs). Other RDBMSs may use other
variants.

(Note: SQL is often pronounced in one of two ways. You can pronounce it by speaking
each letter individually like “S-Q-L”, or pronounce it using the word “sequel”.)

Worksheet 2.5
You will work in groups. Read again the text. After that, create a database
compiling personal information about the members of your group.

Example:-
City
Name Age of Profession ____________ _______ ___________
origin
Worksheet 2.5

Complete the statements with “Yes”, “No” or “Maybe”.

1. Entiendo que es relational database.


Si No Tal vez
2. Entiendo cómo puedo crear relational database.
Si No Tal vez
3. La estrategia Text-self me ayuda a entender un texto mejor.
Si No Tal vez

You might also like