No
SQL
DESCRIPTION
1
SELECT
DATA RETRIEVAL
2
INSERTUPDATEDELETE
DATA MANIPULATION LANGUAGE (DML)
3
CREATEALTERDROPRENAMETRANCATE
...
CONTENTS
DESCRIPTION
SELECT
DATA RETRIEVAL
INSERT
UPDATE
DELETE
DATA MANIPULATION LANGUAGE (DML)
CREATE
ALTER
DROP
RENAME
TRUNCATE
DATA DEFINATION LANGUAGE (DDL)
COMMIT
ROLLBACK
SAVEPOINT...
LNCT University, Bhopal
Internet of Things (CS-801-A)/(AL-801-A)
COURSE OUTCOMES:
After Completing the course student should be able to
CO1 Understand internet of things and its hardware and software components
CO2 Design interface I/O devices, sensors & communication modules.
CO3 Analyse data from various sources...
BTech CSE III Semester
SNO
TOPICS
DOWNLOAD
1
General Issues and Overview of AI
The AI problems
What is an AI technique
Characteristics of AI applications
Introduction to LISP Programming
Syntax
Numeric functions
Basic list...
B.Tech CSE II Semester Model PaperBasic Computer Engineering (BT-203)
#simple_table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
background-color: #ffffff;
color:#050000;
}
#simple_table td, #simple_table th {
text-align: left;
padding: 8px;
border: 1px solid #fcfcfc;
}
#simple_table...
B.Tech CSE II Semester Model PaperBasic Computer Engineering (BT-203)
#simple_table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
background-color: #ffffff;
color:#050000;
}
#simple_table td, #simple_table th {
text-align: left;
padding: 8px;
border: 1px solid #fcfcfc;
}
#simple_table...
B.Tech CSE II Semester Model PaperBasic Computer Engineering (BT-203)
#simple_table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
background-color: #ffffff;
color:#050000;
}
#simple_table td, #simple_table th {
text-align: left;
padding: 8px;
border: 1px solid #fcfcfc;
}
#simple_table...
Let we understand why this extended feature is needed. We know ER model is used to represent any database in pictorial view so that we can easily understand all about data but it is convenient if the data is not big or complex. But when the data become more complex than than we need to extend some feature in ER model.For...
Inheritance in C++
Re-usability is one of the important feature in OOPs that we can achieve by inheritance. It is a concept of derived class and Base class.It is the mechanism of deriving new class from old class is called inheritance.Here the old class is called derived class and new class is called derived class.The...
Type Conversion in C++
There are type of situation arise in data conversion between uncompatable type.Type I : Conversion from built in type (BDT-basic data type) to built in type (BDT-basic data type)Type II : Conversion from built in type (BDT-basic data type) to class type (UDT-user define data type)Type III : Conversion...