Зміст курсу
Databases in Python
Databases in Python
1. Introduction to SQLite
3. More About SQLite
Challenge: Table Design
Завдання
Swipe to show code editor
You need to complete the code to create a table in an SQLite database named cars
. The table should contain four fields:
id
— a unique identifier for the car.brand
— the brand of the car.engine_capacity
— the engine capacity of the car.video_presentation
— a video presentation of the car.
Fill in the blanks in the SQL query by choosing the correct data types for each field.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 3
Challenge: Table Design
Завдання
Swipe to show code editor
You need to complete the code to create a table in an SQLite database named cars
. The table should contain four fields:
id
— a unique identifier for the car.brand
— the brand of the car.engine_capacity
— the engine capacity of the car.video_presentation
— a video presentation of the car.
Fill in the blanks in the SQL query by choosing the correct data types for each field.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 3
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів