Answer Posted / khan
SQL stands for STRUCTURED QUERY LANGUAGE.
SQL is a command language for communicating with the ORACLE
Server to Access,Manipulate and Control the data.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are acid properties of transaction?
What is the security principal at the server level that represents your session?
Can we write ddl in trigger?
Tell me what is normalization? Explain different forms of normalization?
What is the difference between composite index and covering index?
How to drop an existing schema in ms sql server?
How many types of stored procedures are there in sql server?
How to resolve the orphan use problem? : sql server security
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is not null constraint?
What is filter index?
How do you test your database? : sql server database administration
What are date and time data types in ms sql server?
What is the cartesian product of the table?
How to see the event list of an existing trigger using sys.trigger_events?