class 12 ncert book solution

Class 12 IT 802 Unit 1 Database concepts NCERT Book solution

class 12 info tech 802 ncert book solution unit 1 database concepts

Unit 1 – Database Concepts NCERT Book Exercise Solution Que 1. Consider the following Employee table: The primary key of this table is Employee_ID and Manager_ID is a foreign key that referencesEmployee_ID. Write SQL commands for the following: (a) Create the above table Answer: CREATE TABLE Employee (Employee_ID integer PRIMARY KEY,Employee_Name VARCHAR(30),Job_Title VARCHAR(25),Salary DECIMAL(10),Bonus INTEGER,Age […]

Class 12 IT 802 Unit 1 Database concepts NCERT Book solution Read More »

Class 12 Informatics Practices Data Handling using pandas – I NCERT Solution

data handling using panda 1

Class 12 Informatics Practices Data Handling using pandas – I NCERT Solution Chapter 2 – Data Handling using pandas – I 1. What is a Series and how is it different from a 1-D array, a list and a dictionary? Answer: A Series is a one-dimensional array containing a sequence of values of any data

Class 12 Informatics Practices Data Handling using pandas – I NCERT Solution Read More »

You cannot copy content of this page

Scroll to Top