Recent questions tagged gatecse-2001

7 votes
3 answers
1
Consider a relation examinee (regno, name, score), where regno is the primary key to score is a real number.Write an SQL query to list the regno of examinees who have a s...
16 votes
2 answers
5
26 votes
6 answers
16
18 votes
2 answers
20
Give a deterministic PDA for the language $L=\{a^ncb^{2n} \mid n \geq 1\}$ over the alphabet $\Sigma = \{a,b,c\}$. Specify the acceptance state.
46 votes
6 answers
25
Which of the following relational calculus expression is not safe?$\left\{t \mid \exists u \in R_1\left(t[A] = u[A]\right) \land \neg \exists s \in R_2 \left(t[A] = s[A]\...
49 votes
4 answers
28
59 votes
4 answers
29
Which of the following does not interrupt a running process?A deviceTimerScheduler processPower failure