import{_ as n}from"./chunks/PageInfo.vue_vue_type_script_setup_true_lang.65c6b98c.js";import{_ as o,o as t,c as l,k as e,a as r,E as i,O as p}from"./chunks/framework.c989bd33.js";import"./chunks/commonjsHelpers.725317a4.js";const g=JSON.parse('{"title":"CIS105: Computer Applications & Information Systems Lect. 17","description":"","frontmatter":{},"headers":[],"relativePath":"academic/cis105/cis105-l17-lecture-note.md","filePath":"academic/cis105/cis105-l17-lecture-note.md","lastUpdated":1726418178000}'),c={name:"academic/cis105/cis105-l17-lecture-note.md"};function m(d,a,u,y,h,b){const s=n;return t(),l("div",null,[a[0]||(a[0]=e("h1",{id:"cis105-computer-applications-information-systems-lect-17",tabindex:"-1"},[r("CIS105: Computer Applications & Information Systems Lect. 17 "),e("a",{class:"header-anchor",href:"#cis105-computer-applications-information-systems-lect-17","aria-label":'Permalink to "CIS105: Computer Applications & Information Systems Lect. 17"'},"​")],-1)),i(s,{readTime:"1",words:"131"}),a[1]||(a[1]=p('

Chapter 17: SQL Clauses: JOIN Query

17.1: JOIN & ON Clauses

sql
SELECT first_name, last_name, link_to_major, major_id, major_name\n	FROM member\n	JOIN major\n		ON member. link_to_major = major.major_id
SELECT first_name, last_name, link_to_major, major_id, major_name\n	FROM member\n	JOIN major\n		ON member. link_to_major = major.major_id

17.2: SQL Statements: Primary vs. Foreign Keys

17.3: SQL Statement: Date & Time Formatting

',8))])}const k=o(c,[["render",m]]);export{g as __pageData,k as default};