Sending multiple Emails using Python script
Introduction To Sending multiple Emails using Python script
In the blog we discuss about sending multiple emails using python script, to send mail using python...
Data Manipulation Language in SQL
Introduction to Data Manipulation Language in SQL
Data manipulation language is used to retrieve information from the table and modify the data which is present...
Data Definition Language in SQL
Introduction to Data Definition Language in SQL
Data definition language in SQL is abbreviated as DDL. It is also called as data descriptive languages. Now...
Single Row Function in SQL
Introduction to Single Row Function in SQL
Single row function in SQL are the ones who work on a single row and return one output...
Indexing and Slicing in NumPy
Introduction To Indexing and Slicing in NumPy
What is Indexing and Slicing in NumPy? Accessing the values of an array we generally used the index...
Languages in SQL and its Examples
Introduction about the languages in SQL
There are three languages that control the SQL database. Like creating a table and modifying the data inside the...
Types of Data in Python and its Examples
Introduction To Types Of Data In Python
Data types in Python are the classification or separation of data items. Data types represent a kind of...
Polymorphism in Python and its Examples
Introduction To Polymorphism in Python
Polymorphism in Python means the same meaning having different forms. In a programming language, polymorphism means it refers to...
Lambda (Anonymous) Function in Python
Introduction To Lambda Function In Python
In Python, there are three different types of function user-defined function, build-in function, an anonymous function. The anonymous function...
Clauses in SQL and it’s Type’s
Introduction to Clauses in SQL
Clauses in SQL is used to restrict the data of the various format without using clauses in SQL we can...