Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Database Management Concepts

Database Management Concepts

Compound Conditions, Computed Fields, Using Special Operators

Bleu (Jia-Huei Ren)

March 16, 2015
Tweet

More Decks by Bleu (Jia-Huei Ren)

Other Decks in Education

Transcript

  1. Computed Fields Computed field or calculated field Field whose values

    you derive from existing fields Can involve: Addition (+) Subtraction (-) Multiplication (*) Division (/) 11
  2. Using Special Operators (LIKE and IN) (continued) FIGURE 3-28: Query

    results FIGURE 3-27: SQL query with a LIKE operator 24
  3. Using Special Operators (LIKE and IN) (continued) FIGURE 3-30: Query

    results FIGURE 3-29: SQL query with an IN operator 25