100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada
logo-home
CIS 407 final Exam Questions and answers, Graded A+/ 2024/25 Exam PREDICTOR PAPER $10.49   Añadir al carrito

Examen

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

 10 vistas  0 veces vendidas
  • Grado
  • Institución

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...

[Mostrar más]

Vista previa 3 fuera de 16  páginas

  • 24 de diciembre de 2023
  • 16
  • 2023/2024
  • Examen
  • Preguntas y respuestas
avatar-seller
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

Los beneficios de comprar resúmenes en Stuvia estan en línea:

Garantiza la calidad de los comentarios

Garantiza la calidad de los comentarios

Compradores de Stuvia evaluaron más de 700.000 resúmenes. Así estas seguro que compras los mejores documentos!

Compra fácil y rápido

Compra fácil y rápido

Puedes pagar rápidamente y en una vez con iDeal, tarjeta de crédito o con tu crédito de Stuvia. Sin tener que hacerte miembro.

Enfócate en lo más importante

Enfócate en lo más importante

Tus compañeros escriben los resúmenes. Por eso tienes la seguridad que tienes un resumen actual y confiable. Así llegas a la conclusión rapidamente!

Preguntas frecuentes

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.

100% de satisfacción garantizada: ¿Cómo funciona?

Nuestra garantía de satisfacción le asegura que siempre encontrará un documento de estudio a tu medida. Tu rellenas un formulario y nuestro equipo de atención al cliente se encarga del resto.

Who am I buying this summary 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 this summary for $10.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

45,681 summaries were sold in the last 30 days

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

Empieza a vender
$10.49
  • (0)
  Añadir