This document provides an overview and content for Course 105: Data Manipulation and Analysis (DMA). The course contains 5 units that cover topics such as spreadsheet concepts, formulas, charts, database concepts, normalization, SQL, and queries. Key areas include working with worksheets, creating different chart types, logical formulas, sorting and filtering data, database modeling, normalizing data, SQL statements, and using constraints and functions in single table queries. The course aims to teach essential skills for data manipulation and analysis.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
53 views2 pages
DPA Index
This document provides an overview and content for Course 105: Data Manipulation and Analysis (DMA). The course contains 5 units that cover topics such as spreadsheet concepts, formulas, charts, database concepts, normalization, SQL, and queries. Key areas include working with worksheets, creating different chart types, logical formulas, sorting and filtering data, database modeling, normalizing data, SQL statements, and using constraints and functions in single table queries. The course aims to teach essential skills for data manipulation and analysis.
Course Content: UNIT-1: Concepts of worksheet: (Max. Weightage: 15%)
1.1 Fundamentals of Worksheet: 1.1.1 Concepts of workbook, adding worksheet, cell address, formula bar, column, rows, cells, Insert, delete, format cells , cell size ( row-height, column weight), rename sheet, protect sheet, lock cell. 1.1.2 Cut, copy, paste, paste special, format painter, font size, font face, fill color, font color, font alignment 1.2 Alignment, indent, Number format, percent style, coma style, increase/decrease decimal 1.2.1 Insert picture, shapes 1.2.2 Insert Textbox, Header & Footer, Symbols 1.2.3 Save, save as, save file as csv, spell check, protect sheet and Workbook, Linking spread sheets. 1.2.4 Print, Quick print, Print preview 1.2.5 Split, Hide and freeze panes in worksheet.
UNIT-2: Formulas, Chart and Data: (Max. Weightage: 15%)
2.1 Charts : 2.1.1 Creating 2D and 3D charts ( Columns, Line, Pie, Bar, Scatter) 2.1.2 Difference among columns, Line and bar charts. 2.2 Formulas: 2.2.1 sum, average, count, max, min, sumif, pmt, stddev 2.2.2 Logical ( if, AND, OR, NOT, TRUE, FALSE ) 2.2.3 Date and Day function : Date, day, time, now, Hour, Minute, Second, Month, Days360, weekday 2.3 Data : 2.3.1 Sort Data, Filter Data 2.3.2 Text to columns, Remove Duplication 2.3.3 Consolidated Data ( sum, count, max, min, average)
UNIT-3: Concepts of Database: (Max. Weightage: 25%)
3.1 Database characteristics: 3.1.1 Data Independence ( Logical and Physical) 3.1.2 Components of Database ( User, Application , DBMS, Database) 3.1.3 Database Architecture (1-tier, 2-tier, 3-tier) 3.1.3.1 Comparison, advantages and disadvantages.
3.2.1 E/R model : Entity, Relationship, Attribute 3.2.2 E/R Diagram : One to one, one to many , many to one, many to many 3.2.3 Strong entity, weak entity 3.2.4 key attribute, derived attribute, Multi-valued attribute 3.3 Types of keys : 3.3.1 Super key, candidate key, Primary key, Composite key, Foreign key, Unique key.
UNIT-4: Normalization and Concepts of SQL: (Max. Weightage: 25%)
4.1 Why normalization ( Insertion, Updating, Deletion anomalies) 4.2 Normalization Rules: 4.2.1 Concepts of Dependency, Transitive Dependency 4.2.2 Armstrong Axioms 4.2.3 1st Normal Form, 2nd Normal Form, 3rd Normal Form, B.C.N.F. 4.3 Concepts of Structure Query Language (SQL) 4.3.1 SQL datatypes : int, float, double, char, varchar, number, varchar2, Text, date 4.4 DDL Statements : 4.4.1 Create , Drop, Truncate, Rename, Alter 4.5 DML and DQL(Data Query Language) Statements : 4.5.1 Insert, Update, Delete 4.5.2 select
5.1 Using where clause and operators with where clause: 5.1.1 In, between , like, not in, =, !=, >, <, >=, <=, wildcard operators 5.1.2 Order by, Group by, Distinct 5.1.3 AND, OR operators, Exists and not Exists 5.1.4 Use of Alias 5.2 Constraints ( Table level and Attribute Level) 5.2.1 NOT NULL, CHECK, DEFAULT 5.2.2 UNIQUE, Primary Key, Foreign Key 5.2.3 On Delete Cascade 5.3 SQL Functions : 5.3.1 Aggregate Functions: avg(), max(), min(), sum(), count(), first(), last(). 5.3.2 Scalar Functions: ucase(), lcase(), round(), mid(). 5.4 Creating sequence 5.5 Views : 5.5.1 Creating simple view, updating view, dropping view. 5.5.2 Difference between View and Table.