Bindeshwar S. Kushwaha

SQL

Create Table Insert Data Into Table and Select Data in SQL

Structured Query Language (SQL) is standard language to manipulate databases. MySQL, MariaDB, MS-Access and all popular Database Management System software use SQL. In this post, I will demonstrate how to create a table, insert data into table and select columns and rows. In this example, I will example of class table of school database. So,

Create Table Insert Data Into Table and Select Data in SQL Read More »

Different Ways to Create a Dictionary in Python

Dictionary in Python is a very important data-structure which can have unordered list of key value pairs. See a dictionary d={2:4, 3:9, 4:16, ‘India’:’Delhi’} In dictionary d, you can key:value pairs this is one of the ways to create a dictionary. However, there are several ways to create a dictionary using dict() function. In this

Different Ways to Create a Dictionary in Python Read More »

©Postnetwork-All rights reserved.