Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Operaciones con la instancia de base de datos | Gestión de RDS
Introducción a la Computación en la Nube
course content

Contenido del Curso

Introducción a la Computación en la Nube

Introducción a la Computación en la Nube

1. Introducción a las Tecnologías en la Nube
2. Descripción general de AWS S3
3. Descripción general de EC2
4. Gestión de RDS

book
Operaciones con la instancia de base de datos

This will be a short chapter where I'll show you that even the simplest SQL commands work perfectly fine with a cloud database. Let's, for example, create two tables that will store user phone numbers and a table that will store descriptions of various products.

To do this, open our MySQL Workbench, connect to our cloud database, and create a database for our tutorial:

Here’s the command to create a database:

Para crear la tabla product_descriptions:

Además, vamos a insertar algunos datos aleatorios en estas tablas para que no estén vacías.

user_phones:

product_descriptions:

Thus, we've created a database and two tables in our cloud database. Now, anyone can connect to this database and retrieve the necessary data, or insert new data, and so on.

Let's check if everything is done correctly and retrieve all the information from the user_phones and product_descriptions tables:

Thus, we've created a database and two tables in our cloud database. Now, anyone can connect to this database and retrieve the necessary data, or insert new data, and so on.

Let's check if everything is done correctly and retrieve all the information from the user_phones and product_descriptions tables:

Thus, we've created a database and two tables in our cloud database. Now, anyone can connect to this database and retrieve the necessary data, or insert new data, and so on.

Let's check if everything is done correctly and retrieve all the information from the user_phones and product_descriptions tables:

And the second one:

We created the necessary database and also created and populated two tables in this database. We did this in order to connect to these databases from our EC2 instance in the next chapter, see that the data is stored in the cloud, and retrieve this data from the EC2 instance.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 4. Capítulo 4
We're sorry to hear that something went wrong. What happened?
some-alt