Python Data Types · Data Type is a particular type of data item which is defined by the values. · Python is a dynamically typed language so do not define the type of the variable when declaring it. · Python interpreter automatically reads variables according to data. Ex. Integer, float, string, etc.. · type() function…
Read moreDDL (DATA DEFINITION LANGUAGE)- COMMANDS/ STATEMENTS Use for creating database structure or schema. Following commands use in DDL. 1. Create, 2. Alter, 3. Truncate, 4. Rename, 5. Copy, 6. Drop. Create Database:- syntax: CREATE DATABASE database_name; Example create a database name "employeedb" : mysql> CRE…
Read more
Social Plugin