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...
Functions In Python And It’s Examples
What Are Functions In Python?
A function is a block of code that performs a specific task and runs only when it is called. Functions...
View in SQL
Introduction to View in SQL
In SQL, a view is a virtual table based on the outcome-set of an statement.
A view contains rows and columns,...
Loops In Python and It’s Examples
Introduction To Loops In Python
Dealing with repetitive code and repetitive commands can be very hard for programmers. Python programming allows users to use loops...
Data Types In Python and It’s Example
Introduction to Python Data Types
Python is a general-purpose programming language that is becoming ever more popular for data science, to learn a python we...
Tuples in Python and it’s Example
Introduction to Tuples in Python
A tuples in a Python is a data type in Python which is used to create immutable data. If you’re...
Features of Python 3.9
Introduction to Python 3.9
This article explains the new features in python 3.9, as compared to 3.8. Python 3.9 is the last version providing those...
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...
Python Math Library and it’s Examples
Introduction To Python Math Library
For a mathematical calculation in Python, In other words, you can use the built-in mathematics operators, such as addition(+), subtraction(-),...
Operators In Python and It’s Type
Introduction To Operators In Python
Operators In Python are used for performing mathematical operations on numerical data. Suppose to perform the addition of two numbers...