SQL Queries for Practice | SQL Practice Queries
1. Answer the Following: (i) Write a query to create a table. (ii) Write the query to insert record into …
Learn CS with Eliza
1. Answer the Following: (i) Write a query to create a table. (ii) Write the query to insert record into …
A B 1) stdio.h 1. variables 2) conio.h 2. increment operator 3) #include 3. printf() 4) C programming was …
A B 1) <B>…..</B> 1. To strike a line through the middle of the text. 2) <I>……….</I> 2. To make …
In Python, an array is a collection of items stored at contiguous memory locations. Arrays are used to store multiple …
1. Create the following table students and insert the data into the table. roll_no name address birth_date 1 Liza Tinsukia …
1. Bjarne Stroustrup invented C++. a. True b. False 2. C++ is a pure object-oriented language. a. True b. False …
What is HTML? Answer: HTML stands for HyperText Markup Language. It is a standard text formatting language used to design web …
1. SQL stands for _____________ Ans: Structured query Language 2. ______________ are the basic building blocks of a database. Ans: …
1. What is a database? Answer: A database is a collection of related data. It is an organized form of …
1. Who invented C++? a. Dennis Ritchie b. Ken Thompson c. Brian Kernighan d. Bjarne Stroustrup 2. C++ language is …