Does sql require a server?



Does sql require a server?..

Answer / Naveen Kumar Srivastva

Yes, SQL typically requires a database server to manage the data and make it accessible through the SQL language. Popular SQL servers include MySQL, Oracle Database, Microsoft SQL Server, PostgreSQL, and SQLite.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what are rollup and cube in t-sql? : Transact sql

1 Answers  


How to raise user-defined exception with custom sqlerrm ?

1 Answers  


need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.

2 Answers  


What does t sql mean?

1 Answers  


Where is pl sql used?

1 Answers  


Temporary table vs Table variable in sql server?

0 Answers   Wipro,


Give the structure of the procedure ?

1 Answers  


What is the difference between an inner and outer join?

1 Answers  


Why functions are used in sql?

1 Answers  


What is faster join or subquery?

1 Answers  


Which one is better subquery or joins?

1 Answers  


can sql servers linked to other servers like oracle? : Sql dba

1 Answers  


Categories