Difference between DBMS (Database Management System) and RDBMS (Relational Database Management System):- DBMS and RDBMS both are used to store information in the physical database but there are some notable differences between them.DBMS vs RDBMS:-The main differences between...
Thursday, 30 November 2017
Monday, 27 November 2017

What is BigData | BigData | BigData Hadoop
What is BigData?BigData is nothing, a huge amount of data which is coming from different sources like Social networking sites, E-commerce site, Weather Station, Telecom company and Share Market etc.At the same time, BigData cannot be stored...
Saturday, 25 November 2017

All HTML Tags | Learn HTML | HTML Tutorial | Easy HTML
HTML Tags:-TagDescription<!–…–>Defines a comment<!DOCTYPE>Defines the document type<a>Defines an anchor<abbr>Defines an abbreviation<acronym>Defines an acronym<address>Defines contact information for the author/owner of a document<applet>Deprecated. Defines an embedded applet<area />Defines an area inside an image-map<b>Defines bold text<base />Specifies the base URL/target...
Friday, 24 November 2017
What is HTML Tags | Learn HTML | HTML Tutorial | Easy HTML
HTML Tags:-HTML tags are used to mark up the start and end of an HTML element. HTML tags are surrounded by the two characters < and >.These (< and >) characters are called angle brackets. A...
Wednesday, 15 November 2017

Python # 7 - Python Examples
Python Examples:-Python code straightforward and simple to run. Here is a basic Python code that will print "Welcome to Python".Python examples are given below.Example 1:>>> a="Welcome To Python">>> print aOutput-Welcome To PythonExplanation:We are using IDLE to...
Sunday, 12 November 2017
Python # 6 - Execution of Python
Execution of Python:-After Python Installation and Environment Setup , the python interpreter lives in the installed directory.By default it is /usr/local/bin/pythonX in Linux/Unix and C:\PythonX in Windows, where the 'X' denotes the version number.There are three...
Thursday, 9 November 2017

SQL # 4 - Introduction to RDBMS
Introduction to RDBMS:-RDBMS stands for Relational Database Management System.RDBMS is based on relational model.Relational model invented by Dr. E. F. Codd in 1970.The relational model is an attempt to simplify the database structure.Relational model represents all data...
Tuesday, 7 November 2017

Python # 5 - Python Installation and Environment set up
Python Installation:-1.To install Python, firstly download the Python circulation from Python official site2. Having downloaded the Python circulation, execute it. Double click on the downloaded software. Follow the steps:Start Installation: Customize Installation and customize install location:Wait,...