Database Normalization: 2NF

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which file is used to store information that remains constant for a long time

  • Backup file
  • master file (correct)
  • Data file
  • Partial file

In 2NF which form of dependency is removed

  • Functional
  • Transitive
  • Associative
  • Partial (correct)

Which of the following is a valid character constant

  • "a"
  • '@' (correct)
  • "b"
  • 00

the output of a query is in form of a

<p>Table (A)</p> Signup and view all the answers

which of the following is used to associate entities with one another

<p>Relationship (D)</p> Signup and view all the answers

An attribute is also known as

<p>Table (A)</p> Signup and view all the answers

what is tge variable that is used by a function to receive an argument

<p>Parameter (A)</p> Signup and view all the answers

which of the following is used to write a character to a file

<p>putc () (C)</p> Signup and view all the answers

To find all names start with M from student table, the criteria is

<p>Like &quot;M*&quot; (C)</p> Signup and view all the answers

in which loop statement terminator is a part of its syntax

<p>do while (B)</p> Signup and view all the answers

Flashcards are hidden until you start studying

Study Notes

Database Fundamentals

  • A file used to store information that remains constant for a long time is a database file.

Normalization

  • In 2NF (Second Normal Form), partial dependency is removed.

Character Constants

  • A valid character constant is enclosed in single quotes.

Query Output

  • The output of a query is in the form of a table.

Entity Relationships

  • Foreign keys are used to associate entities with one another.

Attributes

  • An attribute is also known as a column.

Functions

  • The variable that is used by a function to receive an argument is a parameter.

File Operations

  • fputc is used to write a character to a file.

Query Criteria

  • To find all names starting with M from the student table, the criteria is "WHERE name LIKE 'M%'".

Loop Statements

  • In a do-while loop, the terminator is a part of its syntax.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Normalization Techniques in DTS
8 questions

Normalization Techniques in DTS

TriumphantTragedy5226 avatar
TriumphantTragedy5226
Database Normalization Quiz: 1NF & 2NF
8 questions
Database Normalization: 1NF, 2NF, 3NF
10 questions
Database Normalization: 1NF, 2NF, 3NF
38 questions

Database Normalization: 1NF, 2NF, 3NF

ComplimentaryCarnelian2740 avatar
ComplimentaryCarnelian2740
Use Quizgecko on...
Browser
Browser