Skip to main content

DBMS Class 1

First Class taken by Director Sir on 8 June 2023.

What is Data?

Data Consist of Letters, Numbers, Character, or combination of Alphabets & Numbers for facts.

A word or letter can be data.

Numbers

A symbol can also be data.

Information

meaningful related data arranged in systematic way.

Processed data is information.

Question for exam:

  1. What is Data?
  2. What is Information?

Table/File/Relation In DB Language:

Field/Attribute/Column

Record/Row/Tuple

Alphanumeric=Alphabet+Numeric

70-80% task is related to data

Insurance, Bank data is data

Collection of Table =Database

Data>Record>Table>Database

What are five DBMS software?

  1. MS Access
  2. MySQL=we’ll learn= related to SQL and same type database
  3. Oracle
  4. Microsoft SQL Server
  5. FoxPro
  6. Clipper
  7. PostgreSQL
  8. MongoDB

Exam Question:

What is Data/record/table?

What is DBMS?

Q. What do you mean by Normalization?

Exam and interview, even in expert level q

standard is 1st, 2nd and 3rd,

If very complicated required also 4th.

The need for normalization.

Primary Key: E.g: Voter ID.

ডাটাবেজের টেবিলের রেকর্ড কে এককভাবে চিহ্নিত করার জন্য যে KEY ব্যবহার করা হয় তাকে Primary Key বলা হয়।

কখনো কখনো একটা ফিল্ড দিয়ে Primary Key হয়না। কখনো কখুনো ২টা ফিল্ড যুক্ত করা হয়। এই টাইপ কে বলা হয় Composite Primary Key.

So first observe data and then design table.

Activities of First Normal Formal Form

  1. Eliminate repeating group
  2. Identify primary key: কখনো কখনো একটা ফিল্ড দিয়ে Primary Key হয়না। কখনো কখুনো ২টা ফিল্ড যুক্ত করা হয়। এই টাইপ কে বলা হয় Composite Primary Key.
  3. Identify all dependencies.

Activities of 2nd Normal Formal Form

Depended আলাদা হয়ে যাও

Column=Attribute

Primary Key=Prime Attribute (PA)

Generally PA dependent to non PA

Foreign Key

একই নামে PK, FK থাকতে পারে।

তাহলে PK এর সাপেক্ষে ফরেন কি।

PK field কে যদি অন্য কোনো ফিল্ডে/টেবিলে অবস্থান করে সেখানে যদি ফিল্ডটি PK না হয়, তাহলে তা ফরেন কী।

Data কে Identify করেত একের অধিক ফিল্ড ব্যবহার করা হয় তাকে Composite Key বলে।