【单选题】In the relation of tblVideo(Video_Code, Title, Status, Category, Director, Released) , Which SQL Command can find all the movies currently in the database and show Video Code, Title, Category, Direct...
A.
Select * From tblVideo order by category desc ;
B.
Select Video_Code,Title,Category,Director,Released From tblVideo order by category ;
C.
Select % From tblVideo order by category ;
D.
Select Video_Code,Title,Category,Released From tblVideo;