What is column?


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

Post New Answer

More SQL PLSQL Interview Questions

How do I edit a trigger in sql developer?

0 Answers  


Name the operator which is used in the query for pattern matching?

0 Answers  


take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...

9 Answers   Zensar,


what is difference between "Primary key" and "Unique key"?

4 Answers   PreVator,


What are the different types of constraints?

0 Answers  






how would you enter characters as hex numbers? : Sql dba

0 Answers  


how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba

0 Answers  


What are the different types of database management systems?

0 Answers  


What is the syntax and use of the coalesce function?

0 Answers  


what will be the output: select 1 from emp union all select 2 from emp;

2 Answers   iNautix,


what is myisam? : Sql dba

0 Answers  


How to add a column ‘salary’ to a table employee_details?

0 Answers  


Categories