Recent questions tagged sql

1 votes
0 answers
302
2 votes
2 answers
303
Can we apply min and max (aggregate function in sql) on strings and date datatype ?Query :SELECT max(Name) FROM EMPLOYEEwhat will be the result ?
7 votes
0 answers
304
Q.consider following relation;supplier(sid,sname,rating)/sid is the p.kparts(pid,pname,color)/pid is the p.kcatalog(sid,pid,cost)/sid,pid is the p.kWrite SQL command for ...
2 votes
0 answers
305
how min() and max() work with non numeric value?
2 votes
0 answers
306
Assume i have two tables R(A,B) and S(A,D)1. Select * from R,S2. Select * from R,S where R.A>S.AWhat will be the name/number of columns on both of these cases?
2 votes
1 answer
307
0 votes
1 answer
309
Trigger code written in SQL or PL/SQL???? Please explain it
9 votes
2 answers
310
$\begin{array}{|l|l|l|l|l|} \hline \textbf{Employee} & \textbf{Department} & \textbf{OT_allowance} \\ \hline \text{RAMA} & \text{Mechanical} & \text{5000} \\\hline \text{...
44 votes
3 answers
320
Consider the following database table named $\text{top_scorer}$.$$\overset{\text{top_scorer}}{\begin{array}{|c|c|c|}\hline\\\textbf{player}& \textbf{country}& \textbf...
3 votes
1 answer
327
how is q1 right it only shows sid for students with rank less than everyone
0 votes
2 answers
330