logo

Crowdly

Browser

Додати до Chrome

Databases & Interfaces (COMP1044 UNMC) (SPM1 25-26)

Шукаєте відповіді та рішення тестів для Databases & Interfaces (COMP1044 UNMC) (SPM1 25-26)? Перегляньте нашу велику колекцію перевірених відповідей для Databases & Interfaces (COMP1044 UNMC) (SPM1 25-26) в moodle.nottingham.ac.uk.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

A developer writes the following form.

<form method="GET" action="/search">

  <input type="text" name="query">

</form>

After the user submits it with the word "html" in the text box, the browser navigates to /search?query=html. Why does the submitted data appear in the URL?

0%
100%
0%
0%
Переглянути це питання

A junior developer executes the following SQL statement:

<SQL>

DELETE FROM Employee;

What will be the result of this query?

0%
100%
0%
0%
Переглянути це питання

Consider a relation R(StudentID, CourseID, Instructor, Grade) with the following functional dependencies:

  • (StudentID, CourseID) Grade
  • CourseID Instructor

Based on these dependencies, what is the highest normal form that relation R satisfies?

0%
0%
100%
0%
Переглянути це питання

Consider the following HTML form and PHP code:

HTML

<form method="POST">

  <input type="text" name="username">

</form>

PHP

<?php

echo $_GET['username'];

?>

After submitting the form, no value is printed. What is the most likely reason?

100%
0%
0%
0%
Переглянути це питання

Match each SQL query with its correct purpose.

Переглянути це питання

A developer wants the user to pick exactly one option from a group of three. Which input configuration is correct?

<input type="radio" name="size" value="s"> Small

<input type="radio" name="size" value="m"> Medium

<input type="radio" name="size" value="l"> Large

0%
100%
0%
0%
Переглянути це питання

What is printed by the following PHP script?

PHP

$user

= ["name" => "Sara", "age" => 21];

echo

$user["name"];

100%
0%
0%
0%
Переглянути це питання

A developer creates the following HTML link:

<a href="page.html">Click here</a>

However, when the user clicks the link, nothing happens. What is the most likely reason?

0%
83%
0%
17%
Переглянути це питання

Consider the following HTML link:

<a href="#">Go</a>

When a user clicks this link, the page scrolls to the top. Why does this happen?

83%
0%
0%
17%
Переглянути це питання

A company database shows that each Employee works in exactly one Department, but each department has many employees.

What is the correct relationship?

100%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.nottingham.ac.uk?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome