amz_book_frequently_bought_together_dv

-1 rows


Description

La tabla amz_book_frequently_bought_together_dv almacena los productos que los clientes de Amazon suelen comprar juntos. Las columnas son: - id: identificador único para cada registro. - order: determina el orden de los libros comprados juntos. - updated_at y created_at: marcas de tiempo que indican cuando se actualizó y creó el registro. - source_id: identificador del origen del registro. - is_valid: indica si el registro es válido o no. - error_flag: es una señal de error para el registro. - simulated: indica si el registro se ha simulado o es real. - validation_run_id: identificador para la validación del registro. - book_id: identificador del libro. - bought_together_book_id: identificador del libro que se compró junto con el libro principal.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
order int4 10 null
updated_at timestamptz 35,6 null
created_at timestamptz 35,6 null
source_id int4 10 null
is_valid bool 1 null
error_flag bool 1 null
simulated bool 1 null
validation_run_id int4 10 null
book_id int8 19 null
amz_books_dv.id amz_book_frequently__book_id_d46bb38b_fk_amz_books R
bought_together_book_id int8 19 null
amz_books_dv.id amz_book_frequently__bought_together_book_7210ad21_fk_amz_books R

Indexes

Constraint Name Type Sort Column(s)
amz_book_frequently_bought_together_dv_pkey Primary key Asc id
amz_book_frequently_bought_bought_together_book_id_7210ad21 Performance Asc bought_together_book_id
amz_book_frequently_bought_together_dv_book_id_d46bb38b Performance Asc book_id

Relationships