SQL with Jupyter Notebook Tutorial

33 / 61

Quiz Question - SQL Create simple table

Create a table with below details.

Table name t_cust_<<your lab username>> with below columns in same order.

cust_name of type character string of fixed-length of max length 25, not nullable

cust_city of type character string of variable-length of max length 25, nullable

INSTRUCTIONS

Login to MySQL prompt and switch to correct database. Prepare the table creation SQL query and run it.



Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...