logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1282509 total)

dado HUESPED_GUEST(dni_idcard,nombre_name,nacio_born), siendo dni_idcard su primary key y sin filas. ¿la siguiente sentencia insertará las filas?

Given HUESPED_GUEST(dni_idcard,nombre_name,nacio_born) with dni_idcard being its primary key and

without rows, will the above statement insert the rows?

Переглянути це питання
Dado HUESPED_GUEST(dni_idcard,nombre_name,nacio_born), siendo dni_idcard su primary key,HAB_ROOM(planta_floor,num,tipo_type) siendo su primary key planta_floor y num, con num el número de habitación, y RESERVA_RESERVATION(dni_idcard,planta_floor,num,desde_from,hasta_to), con dni_idcard referenciando a HUESPED_GUEST.dni_idcard, planta_floor y num referenciando a HAB_ROOM.planta_floor y HAB_ROOM.num respectivamente, donde la tabla RESERVA_RESERVATION guarda las reservas de habitaciones de los huéspedes a lo largo de cinco años. ¿Qué devuelve la siguiente consulta?

Given HUESPED_GUEST(dni_idcard,nombre_name,nacio_born) with dni_idcard being its primary key, HAB_ROOM(planta_floor,num,tipo_type) with its primary key being planta_floor and num, with num being the room number, and RESERVA_RESERVATION(dni_idcard,planta_floor,num,desde_from,hasta_to) with dni_idcard referencing  HUESPED_GUEST.dni_idcard, planta_floor and num referencing HAB_ROOM.planta_floor and HAB_ROOM.num respectively, where the table RESERVA_RESERVATION stores the room reservations done during the last five years. What is the result of the following statement?

0%
0%
0%
Переглянути це питання

Con HUESPED_GUEST(dni_idcard,nombre_name,nacio_born), siendo dni_idcard su primary key, y con las siguientes filas

¿cuántas filas actualiza el script siguiente?

Given HUESPED_GUEST(dni_idcard,nombre_name,nacio_born) with dni_idcard being its primary key and with the above rows, how many rows will the above SQL script update?
0%
0%
0%
Переглянути це питання
Dado HUESPED_GUEST(dni_idcard,nombre_name,nacio_born,acompañar_accompany), siendo dni_idcard su primary key y acompañar_accompany una referencia al atributo dni_idcard VARCHAR(9). Así la fila ('9','Huesped_Guest9',NULL,'1') significa que el HUESPED_GUEST con dni_idcard='9' acompañó al HUESPED_GUEST con dni_idcard='1' en una fecha dada. Dadas las siguientes filas en HUESPED_GUEST,

¿Cuántas filas devolvería una sentencia que obtenga los HUESPED_GUEST que han venido al hotel con más de un HUESPED_GUEST? en la misma reserva.

Given HUESPED_GUEST(dni_idcard,nombre_name,nacio_born,acompañar_accompany) with dni_idcard being its primary key and acompañar_accompany being a reference to attribute dni_idcard. So, the row ('9','Huesped_Guest9',NULL,'1') means that the HUESPED_GUEST, with dni_idcard='9' has accompanied to the HUESPED_GUEST with dni_idcard='1' in a date. Given the above rows in HUESPED_GUEST, how many rows will an SQL statement return for  HUESPED_GUEST who has been accompanied by more than one HUESPED_GUEST? in the same reservation.

0%
Переглянути це питання
Тимчасове зберігання валютних цінностей здійснюється в:
100%
0%
0%
0%
Переглянути це питання

Evaluate the expression (16.5 <9°)(5.6 <33°) and express the answer in rectangular coordinates.

0%
0%
0%
Переглянути це питання
Який строк інформування поліцією Міністерства внутрішніх справ у разі виявлення факту порушення правил зберігання зброї?
100%
0%
0%
0%
Переглянути це питання
Dada la tabla HAB_ROOM(planta_floor,num,tipo_type) siendo su primary key planta_floor y num con num el número de habitación. ¿cuál es la sentencia sql correcta para su creación?

Given HAB_ROOM(planta_floor,num,tipo_type) with its primary key being planta_floor and num with num being the room number. Which is the correct SQL statement for its creation?
0%
0%
0%
Переглянути це питання
¿qué valores generará la siguiente secuencia?

What are the values generated by the above sequence?
0%
0%
Переглянути це питання
Dada la tabla HAB_ROOM(planta_floor,num,tipo_type) siendo su primary key planta_floor y num, con num el número de habitación. Escribe una sentencia SQL que añada una restriccion al atributo planta_floor para que solo admita valores entre 0 y 9. Recuerda que es necesario completar todos los huecos.

Given HAB_ROOM(planta_floor,num,tipo_type) with its primary key being planta_floor and num, with num being the room number. Write a SQL statement that adds a new constraint to the attribute planta_floor to allow only values between 0 and 9. Remember to fill n all the fields.
Переглянути це питання