|
|
@ -1,5 +1,9 @@ |
|
|
|
\documentclass[a4paper,11pt]{article} |
|
|
|
\documentclass[a4paper,10pt]{article} |
|
|
|
|
|
|
|
\usepackage{a4wide} |
|
|
|
\usepackage{german} |
|
|
|
\usepackage{graphicx} |
|
|
|
\usepackage{versions} |
|
|
|
\usepackage{amsmath} |
|
|
|
\usepackage{color} |
|
|
|
\usepackage{colortbl} |
|
|
@ -16,13 +20,35 @@ |
|
|
|
\setlength{\parindent}{0mm} |
|
|
|
|
|
|
|
\begin{document} |
|
|
|
\vspace*{-3cm} |
|
|
|
\hspace*{-1cm}\begin{tabular}{p{.55\linewidth}p{.55\linewidth}} |
|
|
|
\begin{minipage}{\linewidth} |
|
|
|
{\bf Global Software Development} \\ |
|
|
|
Kreiker, Pape, Rieger, Todtenh"ofer\\ |
|
|
|
Summer Term 2018\\\\ |
|
|
|
\today\\ |
|
|
|
\end{minipage} |
|
|
|
& |
|
|
|
\includegraphics[width=\linewidth]{images/logo} |
|
|
|
\end{tabular} |
|
|
|
|
|
|
|
\begin{center} |
|
|
|
{\Large\bf GSD Interview Questions}\\ |
|
|
|
\end{center} |
|
|
|
|
|
|
|
%\def\loesung{} |
|
|
|
\textsc{Hochschule Fulda}{\small\hfill GSD Database \& SQL questionnaire}\\ |
|
|
|
{\small Fachbereich Angewandte Informatik{\small\hfill SS 18}\\ |
|
|
|
Dipl.-Inf. Christian Pape}\\ |
|
|
|
|
|
|
|
\section{Programming} |
|
|
|
|
|
|
|
\section{Algorithms and Data Structures} |
|
|
|
|
|
|
|
\section{Networking} |
|
|
|
|
|
|
|
\section{Regular Expressions and Shells} |
|
|
|
|
|
|
|
\section{Databases} |
|
|
|
%------------------------------------------------------------------------------ |
|
|
|
\textbf{Task 1 (SQL statements):}\\ |
|
|
|
\subsection{SQL statements} |
|
|
|
%------------------------------------------------------------------------------ |
|
|
|
Write down the results of the following SQL statements on table T. |
|
|
|
\begin{quote} |
|
|
@ -102,13 +128,8 @@ T & A & B & C \\ |
|
|
|
\end{quote} |
|
|
|
\end{description} |
|
|
|
|
|
|
|
\pagebreak |
|
|
|
\textsc{Hochschule Fulda}{\small\hfill GSD Database \& SQL questionnaire}\\ |
|
|
|
{\small Fachbereich Angewandte Informatik{\small\hfill SS 18}\\ |
|
|
|
Dipl.-Inf. Christian Pape}\\ |
|
|
|
|
|
|
|
%------------------------------------------------------------------------------ |
|
|
|
\textbf{Task 2 (constraints \& integrity):}\\ |
|
|
|
\subsection{Constraints \& Integrity} |
|
|
|
%------------------------------------------------------------------------------ |
|
|
|
The following table definition with integrity constraints are given. |
|
|
|
\begin{quote} |
|
|
@ -175,13 +196,8 @@ Nr. & INSERT-statement & Violated constraint \\[0.3cm] |
|
|
|
\hline |
|
|
|
\end{tabular} |
|
|
|
|
|
|
|
\pagebreak |
|
|
|
\textsc{Hochschule Fulda}{\small\hfill GSD Database \& SQL questionnaire}\\ |
|
|
|
{\small Fachbereich Angewandte Informatik{\small\hfill SS 18}\\ |
|
|
|
Dipl.-Inf. Christian Pape}\\ |
|
|
|
|
|
|
|
%------------------------------------------------------------------------------ |
|
|
|
\textbf{Task 3 (relations \& DDL-statements):}\\ |
|
|
|
\subsection{Relations \& DDL-statements} |
|
|
|
%------------------------------------------------------------------------------ |
|
|
|
The following tables and DDL-statements are given. Please note: an exam with a grade other than 5.0 is passed. |
|
|
|
\begin{figure}[htb] |
|
|
@ -194,8 +210,6 @@ The following tables and DDL-statements are given. Please note: an exam with a g |
|
|
|
\end{minipage} |
|
|
|
\end{figure} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{description} |
|
|
|
\item[a.)] What is defined in the table {\tt STUDENT}? |
|
|
|
\ifdefined\loesung \textcolor{red}{ |
|
|
|