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...
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:
Les avantages d'acheter des résumés chez Stuvia:
Qualité garantie par les avis des clients
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
L’achat facile et rapide
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Focus sur l’essentiel
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Foire aux questions
Qu'est-ce que j'obtiens en achetant ce document ?
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Garantie de remboursement : comment ça marche ?
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Auprès de qui est-ce que j'achète ce résumé ?
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur Scholarsstudyguide. Stuvia facilite les paiements au vendeur.
Est-ce que j'aurai un abonnement?
Non, vous n'achetez ce résumé que pour $13.39. Vous n'êtes lié à rien après votre achat.