import{_ as a}from"./chunks/PageInfo.vue_vue_type_script_setup_true_lang.250b3e56.js";import{_ as o,o as i,c as l,H as s,k as e,a as n,Q as r}from"./chunks/framework.b7580407.js";import"./chunks/commonjsHelpers.725317a4.js";const b=JSON.parse('{"title":"CIS105: Computer Applications & Information Systems Lect. 12","description":"","frontmatter":{},"headers":[],"relativePath":"academic/cis105/cis105-l12-lecture-note.md","filePath":"academic/cis105/cis105-l12-lecture-note.md","lastUpdated":1712080553000}'),c={name:"academic/cis105/cis105-l12-lecture-note.md"},d=e("h1",{id:"cis105-computer-applications-information-systems-lect-12",tabindex:"-1"},[n("CIS105: Computer Applications & Information Systems Lect. 12 "),e("a",{class:"header-anchor",href:"#cis105-computer-applications-information-systems-lect-12","aria-label":'Permalink to "CIS105: Computer Applications & Information Systems Lect. 12"'},"")],-1),u=r('
If you plan to analyze data for a business, there is a good chance it's stored in a data warehouse, and you will need to learn how to retrieve it yourself.
SELECT: What fields (column) you want fieldname: If the name is used in only one tableFROM: What table or tables contain the fieldsORDER BY: SortingDISTINCT: Use after SELECT when you only want to show each vale of the selected field(s) onceLIMIT: Use when you want to limit the number of records produced