i am starving
A statement gives information or opinion. A response is not necessarily required. A questions asks for information or opinion. A response is usually required.
debugger find error and tell us and we remove them manually.interpreter is a translatol that translate source code to macihne statement by statement.
An SQL statement is a complete set of clauses which returns a value and ends with a semicolon(;) A statement is made up of several clauses Ex: select * from person where f_name='me'; In this ex ' select * from person where f_name='me';' is the statement and select*, from person, where f_name= are the clauses
The basic difference between DDL and DML is the commands they provide . The DDL provides statement for the creation and deletion of tables, indexes, views etc. while the DML provides statements to enter, update, delete and perform complex queries on these tables.
"Comment on this statement." is an imperative sentence.The subject of the sentence is implied, "You comment on..."
difference between command and statement
What is the difference between a bar scale and a statement scale
Some synonyms for "remark" include comment, observation, and statement.
i am starving
difference between command and statement
The difference between a scope statement and a project charter is that a project charter acknowledges the projects existence and the scope statement defines the project objectives.
we can use switch statement in multiple time but in if statement we can not use multiple time
In a declarative statement, you initialize the object. But in an imperative statement, you use a preexisting statement and use it.
The difference between fact and statement is that a fact is something that is empirically true and can be supported by evidence while a statement is a belief that may or may not be backed up with some type of evidence.
differance between control statement and looping statement?
HTML:Comment start: Javascript:Use // to comment a single line or /* */ to comment 1 or more lines. For example:// comment a single line/* Everything between these is a comment.Can span multiple lines. */