Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2- With SQL how do you select all the records from a table named Students where the FirstName is Jack and Marks are greater than

image text in transcribed
2- With SQL how do you select all the records from a table named "Students" where the "FirstName is Jack and "Marks are greater than 65? 1) SELECT * FROM Students WHERE FirstName'="Jack" AND "Marks'>65; II) SELECT * FROM Students WHERE 'FirstName='Jack', 'Marks'>65; MI) SELECT * FROM Students WHERE FirstName='Jack' AND Marks>65; IV) none of them You can also see the options in the following figure 1) SELECT * FROM Students WHERE 'FirstName'='Jack' AND 'Marks'>65; II) SELECT * FROM Students WHERE 'FirstName'='Jack', 'Marks'>65; III) SELECT * FROM Students WHERE FirstName='Jack' AND Marks>65; IV) none of them a) 11 b) C) 32 - IV d) Bo brak

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database 101

Authors: Guy Kawasaki

1st Edition

0938151525, 978-0938151524

More Books

Students also viewed these Databases questions

Question

List out some inventory management techniques.

Answered: 1 week ago