100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
CIS 407 final Exam Questions and answers, Graded A+/ 2024/25 Exam PREDICTOR PAPER CA$14.60   Add to cart

Exam (elaborations)

CIS 407 final Exam Questions and answers, Graded A+/ 2024/25 Exam PREDICTOR PAPER

 10 views  0 purchase

CIS 407 final Exam Questions and answers, Graded A+ What is the difference between DDL, DML, and DCL? Examples? - -DDL (data definition language) = define and manage structure of the database ex. create, alter, drop table DML (data manipulation language) = manipulate data ex. insert into t...

[Show more]

Preview 3 out of 16  pages

  • December 24, 2023
  • 16
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
All documents for this subject (3)
avatar-seller
PassPoint02
CIS 407 final Exam Questions and
answers, Graded A+

What is the difference between DDL, DML, and DCL? Examples? - ✔✔-DDL (data definition language) =

define and manage structure of the database




ex. create, alter, drop table




DML (data manipulation language) = manipulate data




ex. insert into table, update, delete from




DCL (data control language) = controls access to data




ex. grant, revoke




How to create a table in SQL - ✔✔-CREATE TABLE name (




how to alter a table in SQL - ✔✔-ALTER TABLE name

,alters table structure




how to drop a table in SQL - ✔✔-DROP TABLE name;




How to insert data into a table - ✔✔-INSERT INTO name (columns being inserted into)


VALUES (values inserted)




adds records




how to delete data in a table - ✔✔-DELETE FROM name




removes records




How to Update data (SQL) - ✔✔-UPDATE name




modifies existing records

, how to create relationships among tables - ✔✔-using foreign keys




Foreign Key (TableANum) REFERENCES TableA (TableANum),Foreign Key (TableBID) REFERENCES TableB

(TableBID))




how to add column or table constraints - ✔✔-ALTER TABLE Name


ADD new_column data_type


ALTER COLUMN column_name new_data_type


DROP COLUMN column_name




how to reverse commands - ✔✔-ALTER, DELETE FROM, UPDATE




what are the different data types - ✔✔-tinyint


smallint


Int


decimal (p,s)


date: YYYY-MM-DD char(n): where char(10) means a fixed length of 10 characters and missing characters

filled with blank spaces

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller PassPoint02. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for CA$14.60. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76449 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
CA$14.60
  • (0)
  Add to cart