100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten
logo-home
COB 204 Databases Test with Complete Solutions €13,18
In winkelwagen

Tentamen (uitwerkingen)

COB 204 Databases Test with Complete Solutions

 0 keer verkocht
  • Vak
  • COB 204 Databases
  • Instelling
  • COB 204 Databases

COB 204 Databases Test with Complete Solutions What is a database management system (DBMS)? - Answer-Software program to create, process, administer a database Licensed from vendors - IBM, Microsoft, Oracle, & others DB2, Access, SQL Server, Oracle Database Open Source MySQL: License-free f...

[Meer zien]

Voorbeeld 2 van de 8  pagina's

  • 3 augustus 2024
  • 8
  • 2024/2025
  • Tentamen (uitwerkingen)
  • Vragen en antwoorden
  • COB 204 Databases
  • COB 204 Databases
avatar-seller
COB 204 Databases Test with
Complete Solutions
What is a database management system (DBMS)? - Answer-Software program to
create, process, administer a database

Licensed from vendors
- IBM, Microsoft, Oracle, & others
DB2, Access, SQL Server, Oracle Database
Open Source
MySQL: License-free for most applications

what does Database administration do? - Answer-- Set up security system, user
accounts, passwords, permissions, limits for processing
- Limit user permissions
- Backup database, improve performance of database application, remove unwanted
data


This statement will return a row for every row in the Customer table, and also
associated information from the CustomerDetail table is there is any

A.) SELECT * FROM CustomerDetail RIGHT JOIN CustomerDetail ON Customer.Id =
CustomerDetail.CustomerId;
B.) SELECT * FROM Customer LEFT JOIN CustomerDetail ON Customer.Id =
CustomerDetail.CustomerId;
C.) SELECT * FROM Customer WHERE CustomerDetail.CustomerId = Customer.Id;
D.) SELECT * FROM Customer; - Answer-B.) SELECT * FROM Customer LEFT JOIN
CustomerDetail ON Customer.Id = CustomerDetail.CustomerId;

Which SQL clause will you add to this query in order to associate the "Phone" field with
the "Number1" field in the "Contacts" table?
SELECT * FROM Customers

A.) JOIN Contacts
ON Phone=Number1
B.) JOIN ON Customers.Phone = Contacts.Number1
C.) JOIN Contacts
ON Customers.Phone = Contacts.Number1
D.) CONNECT Customers.Phone = Contacts.Number1 - Answer-C.) JOIN Contacts
ON Customers.Phone = Contacts.Number1

Which type of join returns only the matches for items that are in both tables?

, A. outer join
B. right join
C. left join
D. inner join - Answer-D. inner join

Is it possible to group by two fields, and if so what would be the correct syntax?

A. Yes, using this syntax:
GROUP BY Field1
GROUP BY Field2
B. No, applying multiple grouping in the same statement is not allowed
C. Yes, using this syntax:
GROUP BY Field1, Field2
D. Yes, multiple grouping is allowed, but only if the grouped fields have the same data
type - Answer-C. Yes, using this syntax:
GROUP BY Field1, Field2


Which statement is true regarding the DB Browser tool?

A. The tool must connect to a database server
B. This tool must be purchased
C. This tool works consistently across all major platforms
D. This tool does not offer a log of historical commands - Answer-C. This tool works
consistently across all major platforms

What does a record represent in a database?

A. a kind of information
B. a set of information
C. a type of field
D. a table of values - Answer-B. a set of information

How many clauses are defined in this statement?
*SELECT Height, Weight FROM Shapes
WHERE Material='Wood'
ORDER BY Height;*

A. one
B. four
C. three
D. five - Answer-B. four

Bryan is 13 years old, Lisa is 15, and Mike is 21. Their ages would most likely be stored
in a:

Dit zijn jouw voordelen als je samenvattingen koopt bij Stuvia:

Bewezen kwaliteit door reviews

Bewezen kwaliteit door reviews

Studenten hebben al meer dan 850.000 samenvattingen beoordeeld. Zo weet jij zeker dat je de beste keuze maakt!

In een paar klikken geregeld

In een paar klikken geregeld

Geen gedoe — betaal gewoon eenmalig met iDeal, creditcard of je Stuvia-tegoed en je bent klaar. Geen abonnement nodig.

Direct to-the-point

Direct to-the-point

Studenten maken samenvattingen voor studenten. Dat betekent: actuele inhoud waar jij écht wat aan hebt. Geen overbodige details!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper Scholarsstudyguide. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €13,18. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 69252 samenvattingen verkocht

Opgericht in 2010, al 15 jaar dé plek om samenvattingen te kopen

Begin nu gratis

Laatst bekeken door jou


€13,18
  • (0)
In winkelwagen
Toegevoegd