Discussion :: Introduction to SQL - General Questions (Q.No.14)
14. | The result of a SQL SELECT statement is a(n) ________ . |
|||||||
Answer: Option D Explanation: No answer description available for this question.
|
Sujeetha said: (Dec 3, 2010) | |
A temp table is created for each and every querry and deleted once the execution is finished. |
Amaresh Maurya said: (Oct 9, 2011) | |
Tell me where that table is store ? |
Ayub said: (Feb 16, 2013) | |
@Amaresh Maurya the table is stored on Table segment, which is space of particular tablespace. |
Nitesh said: (Aug 24, 2015) | |
And how do you define the table space? |
Mahendra said: (Sep 2, 2017) | |
If you select data from table only. select *from employee table; |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.