what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

what are the demerits of sql?

1 Answers  


when normalization is required

3 Answers   HCL,


What are sql procedures?

0 Answers  


What are the two characteristics of a primary key?

0 Answers  


What is the difference between an inner join and an outer join?

0 Answers  






Is id a reserved word in sql?

0 Answers  


how to delete an existing column in a table? : Sql dba

0 Answers  


What is the most important ddl statements in sql are?

0 Answers  


does sql support programming? : Sql dba

0 Answers  


I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?

8 Answers   L&T,


SELECT flavor, SUM (ice_cream_sales) FROM sales_detail GROUP BY flavor ORDER BY 2 DESC If the "sales_detail" table contains ten records with different values in the flavor column (two "vanilla," three "chocolate," four "strawberry," and one NULL), how many rows are returned by the sample code above? 1. 0 rows 2. 1 row 3. 3 rows 4. 4 rows 5. 10 rows

8 Answers   Sonata,


What is the difference between microsoft access and sql server?

0 Answers  


Categories