100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
ISDS 402 Final Exam questions well answered to pass $14.99   Add to cart

Exam (elaborations)

ISDS 402 Final Exam questions well answered to pass

 4 views  0 purchase
  • Course
  • ISDS
  • Institution
  • ISDS

ISDS 402 Final Exam questions well answered to pass

Preview 2 out of 12  pages

  • October 14, 2024
  • 12
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • ISDS
  • ISDS
avatar-seller
kirus27
ISDS 402 Final Exam

DDL - correct answer ✔✔Data Definition Language

CREATE, ALTER, DROP



DML - correct answer ✔✔Data manipulation language refers to the four basic operations that can and
must be performed on data stored in any DBMS: data retrieval, data update, insertion of new records,
and deletion of existing records.



When you drop a table in SQL - correct answer ✔✔you also drop all of its data



when removing tables always start with - correct answer ✔✔many side, due to referential integrity



SQL ALTER TABLE statement - correct answer ✔✔The SQL command used to change the structure of a
database table

-DDL



Uses of DML - correct answer ✔✔query database and modify data in the tables



Method 1 of inserting data - correct answer ✔✔Use both names and values of columns



Method 2 of inserting data - correct answer ✔✔use only columns values but not column names



SELECT clause - correct answer ✔✔specifies which columns are to be listed in the query results



FROM clause - correct answer ✔✔Specifies the table containing the column listed in the select clause



WHERE clause - correct answer ✔✔specifies which rows are to be listed in the query results

, symbol for all - correct answer ✔✔* star



SELECT DISTINCT - correct answer ✔✔specifies that the statement is going to be a query that returns
unique values in the specified column(s).



ORDER BY clause - correct answer ✔✔- It simply takes the result of a SQL query and orders them by one
or more specified attributes.

- automatically orders by ASC, can specify DESC



3 options for SQL WHERE clause - correct answer ✔✔-compound clauses with logical operators (AND,
OR, NOT)

-Ranges using IN or NOT IN or BETWEEN

-Wildcards



SQL UPDATE statement - correct answer ✔✔used to make changes to existing records within a table

UPDATE usedcars

SET price=29995.00

WHERE year='2014'



SQL DELETE statement - correct answer ✔✔used to remove records from a table

DELETE FROM usedcars

WHERE year='2014'



SQL Wildcard underscore (___) - correct answer ✔✔Represents single unspecified character (including a
space) in a specific position in the character string



SQL Wildcard Percent sign (%) - correct answer ✔✔represents any sequence of contiguous unspecified
characters (including spaces) in a specific position in character string



TRIM Function - correct answer ✔✔removes leading and trailing spaces in a text string, but spaces
between words are not removed

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 kirus27. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

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

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

83750 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
$14.99
  • (0)
  Add to cart