MCQOPTIONS
Bookmark
Saved Bookmarks
→
Mysql
→
Data Types in Mysql
→
What represents a tuple in a relational database..
1.
What represents a tuple in a relational database?
A.
Object
B.
Table
C.
Row
D.
Column
E.
None of these
Answer» D. Column
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What does name represent in the following code snippet?<br><pre class="prettyprint lang-c">CREATE TABLE Employee<br> (<br> Emp_name CHAR(30),<br> Emp_id INT(10),<br> Emp_address CHAR(30),<br> Emp_phone CHAR(12)<br> );<br></pre>
What is true about the following SQL statement?<br><pre class="prettyprint lang-c">SELECT * FROM Student;<br></pre>
What is the meaning of EMPTY SET in the following query?<br><pre class="prettyprint lang-c">SELECT First_name, Last_name, Emp_id<br>FROM Employee<br>WHERE Last_name= Gupta ;<br>/* after Execution*/ Mysql tool RETURN EMPTY SET 0:00sec<br></pre>
Which of the following is more efficient?<br>LOAD DATA, INSERT
The function used to convert a string to an int is ______________.
The function used to convert an int to string is ______________.
In MySQL databases, the structure representing the organizational views of the entire databases is ____________.
The MySQL server used in its client/server architecture is _______________.
The tool for copying databases is ______________.
What does name represent in the following code snippet?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply