12.18.23 Sec2 hmwk query editor features

docx

School

Pensacola State College *

*We aren’t endorsed by this school

Course

102

Subject

Computer Science

Date

Feb 20, 2024

Type

docx

Pages

5

Uploaded by MagistrateTurtlePerson4989

Report
Charles Norris Sect2 Query Editor Features 12/18/2023 1. CREATING TABLES (RIGHT CLICK NEW TABLE) 2. 2. If they already exist, delete and recreate emp (empid int,empname varchar(50),deptid int) & dept (deptid int,deptname varchar(50)) TABLES .
Charles Norris Sect2 Query Editor Features 12/18/2023 3. Populate the above tables using (Right Click table – Edit Top 200 Rows) a. Put 10 rows into each table.
Charles Norris Sect2 Query Editor Features 12/18/2023 4. CREATING SELECT STATEMENTS - If the statements below don’t match your data, alter your data to be able to answer the questions.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Charles Norris Sect2 Query Editor Features 12/18/2023 5. CREATE TABLES USING SCRIPT Create emp2 (empid int,empname varchar(50),deptid int) & dept2 (deptid int,deptname varchar(50)) TABLES using CREATE TABLE.
Charles Norris Sect2 Query Editor Features 12/18/2023 Submit a screenshot of your created zoom account. Add to it the 2 meet times for your group